mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-17 10:49:06 +00:00
14 lines
786 B
Diff
14 lines
786 B
Diff
Index: llvm-toolchain-snapshot_15~++20220724113059+7feab85df8e8/libclc/CMakeLists.txt
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_15~++20220724113059+7feab85df8e8.orig/libclc/CMakeLists.txt
|
|
+++ llvm-toolchain-snapshot_15~++20220724113059+7feab85df8e8/libclc/CMakeLists.txt
|
|
@@ -99,7 +99,7 @@ find_program( LLVM_CLANG clang PATHS ${L
|
|
find_program( LLVM_AS llvm-as PATHS ${LLVM_BINDIR} NO_DEFAULT_PATH )
|
|
find_program( LLVM_LINK llvm-link PATHS ${LLVM_BINDIR} NO_DEFAULT_PATH )
|
|
find_program( LLVM_OPT opt PATHS ${LLVM_BINDIR} NO_DEFAULT_PATH )
|
|
-find_program( LLVM_SPIRV llvm-spirv PATHS ${LLVM_BINDIR} NO_DEFAULT_PATH )
|
|
+find_program( LLVM_SPIRV llvm-spirv PATHS ${LLVM_BINDIR})
|
|
|
|
# Print toolchain
|
|
message( "clang: ${LLVM_CLANG}" )
|