Skip to content

Commit

Permalink
fix Integration/tflm_builtin/muriscv_nn.patch for llvm 19
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Jan 21, 2025
1 parent 1b6821f commit 66d6d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Integration/tflm_builtin/muriscv_nn.patch
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ index 00000000..28546951
+
+else ifeq ($(TOOLCHAIN), llvm)
+
+ CXX_TOOL := $(LLVM_TOOLCHAIN_ROOT)/clang-18
+ CC_TOOL := $(LLVM_TOOLCHAIN_ROOT)/clang-18
+ CXX_TOOL := $(LLVM_TOOLCHAIN_ROOT)/clang++
+ CC_TOOL := $(LLVM_TOOLCHAIN_ROOT)/clang
+ AR_TOOL := $(LLVM_TOOLCHAIN_ROOT)/llvm-ar
+ CP_TOOL := $(LLVM_TOOLCHAIN_ROOT)/llvm-objcopy
+
Expand Down

0 comments on commit 66d6d29

Please sign in to comment.