mirror of
				https://git.proxmox.com/git/llvm-toolchain
				synced 2025-11-04 10:28:34 +00:00 
			
		
		
		
	This adds the following to the libclc-12 package: /usr/lib/clc/spirv64-mesa3d-.spv /usr/lib/clc/spirv-mesa3d-.spv Signed-off-by: Jordan Justen <jljusten@debian.org>
		
			
				
	
	
		
			14 lines
		
	
	
		
			645 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			645 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
diff --git a/libclc/CMakeLists.txt b/libclc/CMakeLists.txt
 | 
						|
index b8b5ceff086c..5964468358f2 100644
 | 
						|
--- a/libclc/CMakeLists.txt
 | 
						|
+++ b/libclc/CMakeLists.txt
 | 
						|
@@ -95,7 +95,7 @@ find_program( LLVM_CLANG clang PATHS ${LLVM_BINDIR} NO_DEFAULT_PATH )
 | 
						|
 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}" )
 |