mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 14:47:14 +00:00
Add the option -DLLVM_ENABLE_CURL=ON See https://github.com/llvm/llvm-project/issues/55289
This commit is contained in:
parent
5312db60c9
commit
22f693c013
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
1
debian/control
vendored
@ -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
1
debian/rules
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user