disable libclc

This commit is contained in:
Sylvestre Ledru 2022-11-11 19:34:12 +01:00
parent 325336b38f
commit 5f299ff3c1
3 changed files with 5 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
llvm-toolchain-snapshot (1:16~++20221111053703+a77a02aa5794-1~exp1) UNRELEASED; urgency=medium llvm-toolchain-snapshot (1:16~++20221111053703+a77a02aa5794-1~exp1) experimental; urgency=medium
* New snapshot release * New snapshot release
* mlir: Disable test on i386 because of * mlir: Disable test on i386 because of

View File

@ -147,3 +147,4 @@ unwind-force-pthread-dl.diff
force-sse2-compiler-rt.diff force-sse2-compiler-rt.diff
bolt-disable-emit-relocs.patch bolt-disable-emit-relocs.patch
disable-openmpd.diff

4
debian/rules vendored
View File

@ -250,7 +250,9 @@ ifndef LLVM_SPIRV
LLVM_SPIRV_VERSION := $(shell expr $(LLVM_VERSION) - 1) LLVM_SPIRV_VERSION := $(shell expr $(LLVM_VERSION) - 1)
LLVM_SPIRV := $(shell bash -c "command -v llvm-spirv-$(LLVM_SPIRV_VERSION)" 2>/dev/null) LLVM_SPIRV := $(shell bash -c "command -v llvm-spirv-$(LLVM_SPIRV_VERSION)" 2>/dev/null)
endif endif
# For now, disable spir because it needs
# 16 because of opaque pointers
LLVM_SPIRV =
ifndef LLVM_SPIRV ifndef LLVM_SPIRV
LLVM_SPIRV_INSTALLED = no LLVM_SPIRV_INSTALLED = no
else else