mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 17:04:37 +04:00
Update LLVM to the new major version 21 as well as the corresponsing LLVM IR <-> SPIRV converter. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
12 lines
417 B
Diff
12 lines
417 B
Diff
--- a/llvm/cmake/config-ix.cmake
|
|
+++ b/llvm/cmake/config-ix.cmake
|
|
@@ -555,6 +555,8 @@ elseif (LLVM_NATIVE_ARCH MATCHES "aarch6
|
|
set(LLVM_NATIVE_ARCH AArch64)
|
|
elseif (LLVM_NATIVE_ARCH MATCHES "arm64")
|
|
set(LLVM_NATIVE_ARCH AArch64)
|
|
+elseif (LLVM_NATIVE_ARCH MATCHES "arc")
|
|
+ set(LLVM_NATIVE_ARCH ARC)
|
|
elseif (LLVM_NATIVE_ARCH MATCHES "arm")
|
|
set(LLVM_NATIVE_ARCH ARM)
|
|
elseif (LLVM_NATIVE_ARCH MATCHES "avr")
|