From 5f299ff3c1e01703e0b0f12aeecf9952bf181e9c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 11 Nov 2022 19:34:12 +0100 Subject: [PATCH] disable libclc --- debian/changelog | 2 +- debian/patches/series | 1 + debian/rules | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ce69d90b..de4f4cd9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 * mlir: Disable test on i386 because of diff --git a/debian/patches/series b/debian/patches/series index 51a918f3..24029941 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -147,3 +147,4 @@ unwind-force-pthread-dl.diff force-sse2-compiler-rt.diff bolt-disable-emit-relocs.patch +disable-openmpd.diff diff --git a/debian/rules b/debian/rules index fcd2a0f7..0aebc33d 100755 --- a/debian/rules +++ b/debian/rules @@ -250,7 +250,9 @@ ifndef LLVM_SPIRV LLVM_SPIRV_VERSION := $(shell expr $(LLVM_VERSION) - 1) LLVM_SPIRV := $(shell bash -c "command -v llvm-spirv-$(LLVM_SPIRV_VERSION)" 2>/dev/null) endif - +# For now, disable spir because it needs +# 16 because of opaque pointers +LLVM_SPIRV = ifndef LLVM_SPIRV LLVM_SPIRV_INSTALLED = no else