This commit is contained in:
Sylvestre Ledru 2022-05-09 22:55:27 +02:00
parent 5312db60c9
commit 22f693c013
3 changed files with 7 additions and 2 deletions

7
debian/changelog vendored
View File

@ -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 <sylvestre@debian.org> Mon, 04 Apr 2022 13:17:43 +0200
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 09 May 2022 22:57:11 +0200
llvm-toolchain-snapshot (1:15~++20220309105819+8bef17ed59aa-1~exp1) experimental; urgency=medium

1
debian/control vendored
View File

@ -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 ] <!stage1> | 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

1
debian/rules vendored
View File

@ -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 \