Commit Graph

6334 Commits

Author SHA1 Message Date
Sylvestre Ledru
c2a0a64082 Disable LLDB_BUILD_INTEL_PT on Ubuntu bionic 2024-07-14 22:12:00 +02:00
Sylvestre Ledru
3f5db5d6aa Revert " * Construct the --package-metadata option just from ELF_PACKAGE_METADATA."
This reverts commit 7a3ca233a9.
2024-07-14 17:40:17 +02:00
Sylvestre Ledru
459e8ebab8 update of the changelog 2024-07-13 10:27:43 +02:00
Sylvestre Ledru
6de50cd056 Revert "Enable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR to move the libraries into multi archi directories (Closes: #1067699, #1067005) (LP: #2063207)"
This reverts commit 9ca35f3038.
2024-07-13 10:17:56 +02:00
Matthias Klose
7a3ca233a9 * Construct the --package-metadata option just from ELF_PACKAGE_METADATA. 2024-07-11 09:28:10 +02:00
Gianfranco Costamagna
50000c16af Drop multilib packages on s390* they have been dropped by gcc-defaults. 2024-07-10 09:40:24 +02:00
Sylvestre Ledru
684859a972 upload to unstable 2024-07-08 08:37:06 +02:00
Sylvestre Ledru
729d02753c Try to unbreak powerpc & sparc64 2024-07-07 22:03:21 +02:00
Matthias Klose
831c781696 * Pass --package-metadata on distros with supporting linkers (starting
with Debian trixie and Ubuntu noble).
    The package metadata is constructed from the environment variables
    DEB_BUILD_OS_RELEASE_ID, DEB_SOURCE, DEB_VERSION and DEB_HOST_ARCH.
    Setting NO_PKG_METADATA=1 disables the generation of the package metadata.
2024-07-07 16:44:42 +02:00
Sylvestre Ledru
033208480e Change the LLVM_HOST_TRIPLE option from i386-linux-gnu to i386-pc-linux-gnu and arm-linux-gnueabihf to arm-pc-linux-gnueabihf Otherwise, it will fail with: Cannot find builtins library for the target architecture 2024-07-07 00:39:39 +02:00
Norbert Lange
090d6c3486 lldb: Enable Intel Processor Trace
The necessary library is available in debian, obviously
limited to the x86 architecture.
Build lldb to support this functionality [1].

[1] - https://lldb.llvm.org/use/intel_pt.html
2024-07-07 00:37:09 +02:00
Sylvestre Ledru
86c8ff3384 fix changelog 2024-07-04 11:53:00 +02:00
Sylvestre Ledru
82d9043258 libclang: remove the general link + add a check 2024-07-04 11:51:55 +02:00
Sylvestre Ledru
05d61700e9 Bring back libLLVM to be installed in /usr/lib/llvm-18/lib/libLLVM-18.so instead of /usr/lib/llvm-18/lib/libLLVM.so This should make the packages co installable again 2024-07-04 11:51:53 +02:00
Gianfranco Costamagna
9b1f6b3775 Rename some target following upstream changes
*Rename check-libcxxabi in check-cxxabi.
* Rename check-libcxx in check-cxx
* Drop removed check-sanitizer (Closes: #1073201)
2024-07-03 08:16:29 +02:00
Zixing Liu
7bb9784ecb Record GCC-style command-line switches by default
This makes Clang default behaviour more like GCC where if debug
symbol generation is enabled, the command-line switches data
will be stored inside the debug symbols.
2024-07-03 08:07:22 +02:00
Sylvestre Ledru
b9b2b31da9 fix changelog 2024-07-01 23:14:54 +02:00
Sylvestre Ledru
8d8cb00fdd fix changelog 2024-07-01 23:13:24 +02:00
Sylvestre Ledru
d09fe68bdf Merge branch '18' into '18'
Enable lldb on riscv64

See merge request pkg-llvm-team/llvm-toolchain!137
2024-06-23 08:12:35 +00:00
Aurelien Jarno
4cf15e6671 Enable lldb on riscv64
It has been supported for a few releases but not enabled on the debian
side.

This should fix the autopkgtest on riscv64
2024-06-22 12:18:57 +02:00
Sylvestre Ledru
6f43ce8df4 fix liborc 2024-06-14 14:57:29 +02:00
Sylvestre Ledru
21fa7e923a prepare a new release 2024-06-14 13:19:29 +02:00
Sylvestre Ledru
92d36668ed New upstream release 2024-06-14 13:19:16 +02:00
Sylvestre Ledru
1d5c011bd3 qualify-clang.sh: add a check to make sure that libllvm is still co installable 2024-06-04 10:25:58 +02:00
Sylvestre Ledru
0859c35d24 fix conflict 2024-06-02 13:05:38 +02:00
Sylvestre Ledru
6ef30e36a7 Introduce the new variable @DEB_HOST_MULTIARCH_LLVM@ in the build system because the LLVM triple is different than Debian x86_64-pc-linux-gnu instead of x86_64-linux-gnu 2024-06-02 13:03:22 +02:00
Sylvestre Ledru
9ca35f3038 Enable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR to move the libraries into multi archi directories (Closes: #1067699, #1067005) (LP: #2063207) 2024-06-02 13:03:22 +02:00
Sylvestre Ledru
c4fe55e3c5 refresh the list of symbols 2024-06-02 12:38:48 +02:00
John Paul Adrian Glaubitz
f9f606c59d Install hwasan_symbolize on x32 2024-06-01 23:21:58 +02:00
John Paul Adrian Glaubitz
b3c2e27641 Install liborc_rt-x86_64.a on x32 2024-06-01 21:39:01 +02:00
John Paul Adrian Glaubitz
e3fa3a22b5 Disable LLVM testsuite on x32 2024-06-01 21:29:43 +02:00
John Paul Adrian Glaubitz
724b11d928 Fix missing authorship information in debian/changelog 2024-05-31 12:30:25 +02:00
John Paul Adrian Glaubitz
c883ce7832 Don't install Gold plugin on sparc64 2024-05-31 10:41:46 +02:00
Sylvestre Ledru
d5a73bd2c9 autopkgtest: only run libllvmlibc test on supported archs 2024-05-23 11:49:00 +02:00
Sylvestre Ledru
212ecd5e0f fix typo 2024-05-23 11:48:56 +02:00
Sylvestre Ledru
0a1a90fdd0 qualify-clang.sh: remove all files 2024-05-19 10:09:33 +02:00
Sylvestre Ledru
d8735edaab Unbreak autopkgtest 2024-05-19 10:08:24 +02:00
Sylvestre Ledru
2e8e38c745 qualify-clang.sh: cosmetic 2024-05-19 10:07:42 +02:00
Sylvestre Ledru
1d4a399ab7 qualify-clang.sh: recreate a C++ file without modules 2024-05-19 10:07:26 +02:00
Sylvestre Ledru
1a6ec19234 qualify-clang.sh : check for the output 2024-05-19 10:06:37 +02:00
Sylvestre Ledru
bf07c1c7c8 Don't install gold on mips64el armel loong64 2024-05-19 09:31:47 +02:00
Sylvestre Ledru
0d19abfeac New upstream release 2024-05-19 09:29:34 +02:00
Sylvestre Ledru
135e9ca1d2 Disable --as-needed on armel (Closes: #1070811) 2024-05-12 09:06:02 +02:00
Sylvestre Ledru
a74dbb8262 Disable --as-needed on armel 2024-05-12 09:05:04 +02:00
Sylvestre Ledru
898f458814 Do not try to install gold on riscv64 (Closes: #1070909) Thanks to Aurelien Jarno for the fix 2024-05-12 09:03:16 +02:00
Gianfranco Costamagna
53a5059d58 Revert "Add some more archs to GOLD, to fix missing LLVMgold plugin"
This reverts commit bb4d2ae67e.
2024-05-08 18:03:12 +02:00
Gianfranco Costamagna
bb4d2ae67e Add some more archs to GOLD, to fix missing LLVMgold plugin 2024-05-08 08:50:32 +02:00
Gianfranco Costamagna
98b1c19d78 Update changelog, upload to sid 2024-05-04 07:33:50 +02:00
Gianfranco Costamagna
eb889e502a Add ubuntu oracular as supported release 2024-05-04 07:33:40 +02:00
Sylvestre Ledru
72950dbd0f disable mold for all for now to make sure it builds gold 2024-04-29 13:46:37 +02:00