Commit Graph

5808 Commits

Author SHA1 Message Date
Matthias Klose
5a6bfc3987 * Fix libomp symbols file for t64. 2024-04-14 11:56:56 +02:00
Matthias Klose
084b3b80f4 check in missing bits for 1:16.0.6-24 2024-04-14 11:54:02 +02:00
Sylvestre Ledru
d6a9730e15 rename the patch for something more explicit 2024-03-21 08:34:32 +01:00
Matthias Klose
c9847d7ab5 * ASan: move allocator base to avoid conflict with high-entropy ASLR
for x86-64 Linux. Patch taken from LLVM 17.
2024-03-16 22:18:17 +01:00
Matthias Klose
cff18adb3b * Add a stage1 profile to disable curl, grpc and spirv.
* Build with --as-needed.
2024-03-16 22:16:18 +01:00
Gianfranco Costamagna
3d4b64df99 Uncomment part of sanitizer patch, from <doko> 2024-03-11 22:49:01 +01:00
Gianfranco Costamagna
518f0fa5b4 Update changelog 2024-03-10 01:45:35 +01:00
Matthias Klose
b74f7bdca8 * Fix sanitizer build on 32bit time_t64 architectures. 2024-03-08 16:46:15 +01:00
Gianfranco Costamagna
8c3b7796c4 Revert compiler-rt hacks 2024-03-08 16:04:40 +01:00
Gianfranco Costamagna
20819031eb Revert unwind detection logic changes 2024-03-08 16:01:18 +01:00
Gianfranco Costamagna
9cd31fb336 Upload to sid 2024-03-06 08:49:19 +01:00
Gianfranco Costamagna
200af0f334 Update changelog 2024-03-06 08:42:22 +01:00
Gianfranco Costamagna
a0393bfef6 From Zixing Liu:
d/p/fix-unwind-detection-logic.patch: use an upstream patch to fix libunwind detection logic when compiler-rt is disabled.
2024-03-06 08:41:53 +01:00
Gianfranco Costamagna
0e82ff5822 Disable tests on mips64el 2024-03-05 10:18:24 +01:00
Gianfranco Costamagna
f604a3d48b Update changelog 2024-03-03 12:06:25 +01:00
Gianfranco Costamagna
c2764fa0c2 Disable compiler-rt on 32bit architectures except i386 2024-03-03 12:05:08 +01:00
Gianfranco Costamagna
0c8504c3b9 From Steve Langasek, rename packages for time64_t transition 2024-03-03 12:03:16 +01:00
John Paul Adrian Glaubitz
12912aefc4 Upload to sid 2024-02-24 08:55:48 +01:00
Matthias Klose
f312a31f86 * Remove unused import of imp module in scan-view, removed in Python 3.12. 2024-02-07 23:49:34 +01:00
John Paul Adrian Glaubitz
14a62b81b5 Don't install *clang_rt* on sparc and sparc64 2023-11-25 11:18:16 +01:00
Sylvestre Ledru
bedd3e711b prepare upload 2023-11-23 17:46:37 +01:00
Sylvestre Ledru
a08d0eae33 Revert my ugly fix for 1052002. 2023-11-23 16:28:21 +01:00
Sylvestre Ledru
aba513285a Revert "Make libc++-16-dev-wasm32 depends on libc++-16-dev (Closes: #1052002)"
This reverts commit 945e440f92.
2023-11-23 15:00:16 +01:00
Sylvestre Ledru
945e440f92 Make libc++-16-dev-wasm32 depends on libc++-16-dev (Closes: #1052002) 2023-11-18 14:38:25 +01:00
Sylvestre Ledru
bb235b3c7e try to fix #1052002 again 2023-11-17 10:44:33 +01:00
Sylvestre Ledru
3958b1793d try to relax the wasi-libc dep
maybe fix:

 builddeps:/build/llvm-toolchain-16_16.0.6~++20231112100454+7cbf1a259152-1~exp1~20231112100542.111.dsc : Depends: wasi-libc but it is not installable
2023-11-13 21:56:18 +01:00
Sylvestre Ledru
fe997716a1 fix the declaration for the archs 2023-11-12 12:24:32 +01:00
Sylvestre Ledru
ff67b05869 fix the check 2023-11-12 09:43:04 +01:00
Sylvestre Ledru
43c7b3b296 disable spv files too 2023-11-11 20:09:55 +01:00
Sylvestre Ledru
056802f7cd Change the logic to disable SPIRV. Disable it on most of the versions because it needs llvm-spirv-16. Enabled on trixie/sid, Ubuntu Mantic 2023-11-11 19:27:27 +01:00
Sylvestre Ledru
80a169f8c2 fix the space syntax 2023-11-11 11:03:48 +01:00
Sylvestre Ledru
3975016630 For Ubuntu bionic, improve the deactivation of lldb python 2023-11-11 10:53:12 +01:00
Sylvestre Ledru
d7a2adfa62 prepare upload 2023-11-11 09:58:56 +01:00
Sylvestre Ledru
f666a0bd0f Do not build spirv features on bookworm as the spirv compiler is too old: FAILED: spirv-mesa3d-.spv /build/source/libclc/build/spirv-mesa3d-.spv cd /build/source/libclc/build && /usr/bin/llvm-spirv-15 --spirv-max-version=1.1 -o spirv-mesa3d-.spv builtins.link.spirv-mesa3d-.bc Unknown attribute kind (86) (Producer: 'LLVM16.0.6' Reader: 'LLVM 15.0.6') 2023-11-11 09:58:34 +01:00
Sylvestre Ledru
8b7ecb4ecb add debug info 2023-11-11 09:57:06 +01:00
Sylvestre Ledru
600418a050 remove unecessary quotes 2023-11-11 09:49:30 +01:00
John Paul Adrian Glaubitz
738814be41 Don't run chrpath for libclang on sparc and sparc64 2023-11-09 09:57:13 +01:00
Steve Langasek
2840ec0456 Add noble as supported Ubuntu release 2023-10-31 22:54:49 +01:00
Gianfranco Costamagna
93413979ab Set distribution back to sid 2023-10-25 08:10:50 +02:00
Gianfranco Costamagna
5577cced66 Upload to experimental 2023-10-24 13:05:49 +02:00
Gianfranco Costamagna
a16e74a8ea Update debian/README documentation 2023-10-24 12:38:11 +02:00
Gianfranco Costamagna
2946aa5c70 Fixup the move from all to any 2023-10-24 12:37:57 +02:00
Gianfranco Costamagna
51c7366db9 Revert "Revert:"
This reverts commit 6241366525.
2023-10-24 12:24:48 +02:00
Sylvestre Ledru
9ef19e939c Try to fix the wasm path detection (Closes: #1052002) 2023-10-19 22:37:38 +02:00
Sylvestre Ledru
6241366525 Revert:
[ Gianfranco Costamagna ]
  * Make libclang-common-16-dev arch:any (Closes: #1041455)
    It was arch:all because all the code isn't arch dependant
2023-10-14 18:39:14 +02:00
Sylvestre Ledru
3cf9c2399c prepare upload 2023-10-09 08:46:15 +02:00
Sylvestre Ledru
0c924f8183 rename the patch 2023-10-08 21:27:41 +02:00
Sylvestre Ledru
1b34385387 Cherry-pick upstream patch D142688 to fix the build failure on loong64 (Closes: #1053655) 2023-10-08 21:27:07 +02:00
Matthias Klose
1b57c8feae fix version 2023-10-08 11:39:56 +02:00
Matthias Klose
e76e0fd6bc * d/rules: Be less noisy when building without grpc. 2023-10-08 10:36:58 +02:00