mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-26 21:21:00 +00:00
disable libclc
This commit is contained in:
parent
325336b38f
commit
5f299ff3c1
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
||||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -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
4
debian/rules
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user