Build libunwind

This commit is contained in:
Sylvestre Ledru 2021-07-30 14:49:04 +02:00
parent d7b9f6065e
commit 6b84ba401e

24
debian/changelog vendored
View File

@ -1,5 +1,6 @@
llvm-toolchain-12 (1:12.0.1-2) unstable; urgency=medium
<<<<<<<
* Generate libunwind-12 & libunwind-12-dev packages
* Add the following option to the libc++ build:
-DLIBCXX_ENABLE_STATIC_ABI_LIBRARY=ON
@ -20,8 +21,29 @@ llvm-toolchain-12 (1:12.0.1-2) unstable; urgency=medium
[ Jordan Justen ]
* d/rules: Adjust cmake defines to fix libclc.pc paths
=======
* Add the following option to the libc++ build:
-DLIBCXX_ENABLE_STATIC_ABI_LIBRARY=ON
-DLIBCXX_STATICALLY_LINK_ABI_IN_STATIC_LIBRARY=ON
-DLIBCXX_STATICALLY_LINK_ABI_IN_SHARED_LIBRARY=OFF
to address upstream bug 46321
* Build libunwind
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 27 Jul 2021 00:01:29 +0200
[ Kasper Kantz ]
* Add riscv64 architecture in control
enable liblldb, libomp and others which are
currently unavailable in riscv64 repository.
[ Krzysztof Aleksander Pyrkosz ]
* Add libxml2 as a dependency as it is necessary
for llvm manifest tool (llvm-mt)
(Closes: #990537)
[ Jordan Justen ]
* d/rules: Adjust cmake defines to fix libclc.pc paths
>>>>>>>
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 12 Jul 2021 08:19:59 +0200
llvm-toolchain-12 (1:12.0.1-1) unstable; urgency=medium