d/patches: Drop libclc-llvm-spirv.diff now that we are setting LLVM_SPIRV

Signed-off-by: Jordan Justen <jljusten@debian.org>
This commit is contained in:
Jordan Justen 2022-10-26 10:23:06 -07:00
parent a57d00a036
commit d214584519
No known key found for this signature in database
GPG Key ID: 9A85A5A3468AE8E3
3 changed files with 1 additions and 14 deletions

1
debian/changelog vendored
View File

@ -6,6 +6,7 @@ llvm-toolchain-14 (1:14.0.6-7) UNRELEASED; urgency=medium
[ Jordan Justen ] [ Jordan Justen ]
* d/rules: Call bash to use 'command -v' to location llvm-spirv executable * d/rules: Call bash to use 'command -v' to location llvm-spirv executable
* d/rules: Set LLVM_SPIRV with cmake for libclc * d/rules: Set LLVM_SPIRV with cmake for libclc
* d/patches: Drop libclc-llvm-spirv.diff now that we are setting LLVM_SPIRV
-- Jordan Justen <jljusten@debian.org> Wed, 26 Oct 2022 10:13:59 -0700 -- Jordan Justen <jljusten@debian.org> Wed, 26 Oct 2022 10:13:59 -0700

View File

@ -1,13 +0,0 @@
diff --git a/libclc/CMakeLists.txt b/libclc/CMakeLists.txt
index b8b5ceff086c..5964468358f2 100644
--- a/libclc/CMakeLists.txt
+++ b/libclc/CMakeLists.txt
@@ -97,7 +97,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}" )

View File

@ -135,7 +135,6 @@ print-lldb-path.patch
lower-python-dep.diff lower-python-dep.diff
scan-build-py-fix-default-bin.diff scan-build-py-fix-default-bin.diff
libclc-llvm-spirv.diff
omp-riscv64.patch omp-riscv64.patch
test-disable-lldb-i386.diff test-disable-lldb-i386.diff
unbreak-atomic-mips.diff unbreak-atomic-mips.diff