mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 06:31:27 +00:00
For the usage of -DLIBCXXABI_USE_LLVM_UNWINDER=OFF when we don't build unwind https://github.com/llvm/llvm-project/issues/77846
This commit is contained in:
parent
fcf132b2c9
commit
d5816efd66
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,8 +1,10 @@
|
||||
llvm-toolchain-snapshot (1:18~++20231211102647+75193b192ad9-1~exp2) experimental; urgency=medium
|
||||
|
||||
* refresh libomp5 symbol list
|
||||
* For the usage of -DLIBCXXABI_USE_LLVM_UNWINDER=OFF when we don't build unwind
|
||||
https://github.com/llvm/llvm-project/issues/77846
|
||||
|
||||
--
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 12 Jan 2024 18:33:31 +0100
|
||||
|
||||
llvm-toolchain-snapshot (1:18~++20231211102647+75193b192ad9-1~exp1) experimental; urgency=medium
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -344,6 +344,8 @@ ifneq (,$(filter $(DEB_HOST_ARCH), s390x armel m68k mipsel mips64el hurd-i386 po
|
||||
# do not use compiler-rt builtins for libcxx (libcxxabi) when libunwind is
|
||||
# disabled since the gnu implementation in libgcc_s will then be required
|
||||
LIBCXX_USE_COMPILER_RT := OFF
|
||||
# See https://github.com/llvm/llvm-project/issues/77846
|
||||
STAGE_ALL_CMAKE_EXTRA += -DLIBCXXABI_USE_LLVM_UNWINDER=OFF
|
||||
else
|
||||
RUNTIMES += ;libunwind
|
||||
STAGE_ALL_CMAKE_EXTRA += -DLIBCXXABI_USE_LLVM_UNWINDER=ON
|
||||
|
Loading…
Reference in New Issue
Block a user