diff --git a/debian/changelog b/debian/changelog index 500e3123..7bbe0a44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,12 @@ -llvm-toolchain-snapshot (1:15~++20220501105142+3c7522899128-1~exp1) UNRELEASED; urgency=medium +llvm-toolchain-snapshot (1:15~++20220509105605+460fc79a080b-1~exp1) experimental; urgency=medium + * New snapshot release * Disable libclc when spir is below 14 Explicit load/store type does not match pointee type of pointer operand (Producer: 'LLVM15.0.0' Reader: 'LLVM 13.0.1') + * Add the option -DLLVM_ENABLE_CURL=ON + See https://github.com/llvm/llvm-project/issues/55289 - -- Sylvestre Ledru Mon, 04 Apr 2022 13:17:43 +0200 + -- Sylvestre Ledru Mon, 09 May 2022 22:57:11 +0200 llvm-toolchain-snapshot (1:15~++20220309105819+8bef17ed59aa-1~exp1) experimental; urgency=medium diff --git a/debian/control b/debian/control index c49b28d4..1b4329c3 100644 --- a/debian/control +++ b/debian/control @@ -24,6 +24,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build, libpfm4-dev [linux-any], python3-setuptools, libz3-dev, llvm-spirv [ amd64 arm64 armel armhf mips64el mipsel ppc64el s390x ] | hello [!i386], spirv-tools [ linux-any ] | hello [ !i386], + libcurl4-dev, libgrpc++-dev, libprotobuf-dev, protobuf-compiler, protobuf-compiler-grpc # "| hello" is for older buster/bionic distros without spirv support Build-Conflicts: oprofile diff --git a/debian/rules b/debian/rules index c8c19aaf..0093a0eb 100755 --- a/debian/rules +++ b/debian/rules @@ -550,6 +550,7 @@ override_dh_auto_configure: preconfigure -DLLVM_INCLUDE_GO_TESTS=OFF \ -DLLVM_USE_RELATIVE_PATHS_IN_FILES=ON \ -DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON \ + -DLLVM_ENABLE_CURL=ON \ -DCLANG_PLUGIN_SUPPORT=OFF \ -DCLANG_BUILD_EXAMPLES=OFF \ -DCLANG_DEFAULT_LINKER=ld \