From 2abbbcccdda474f0b4012b50e789d49c5c0d1f3e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 11 Nov 2022 23:28:18 +0100 Subject: [PATCH] disable the llvm spir --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0aebc33d..2ccc1237 100755 --- a/debian/rules +++ b/debian/rules @@ -252,7 +252,7 @@ ifndef LLVM_SPIRV endif # For now, disable spir because it needs # 16 because of opaque pointers -LLVM_SPIRV = +undefine LLVM_SPIRV ifndef LLVM_SPIRV LLVM_SPIRV_INSTALLED = no else