Commit Graph

5042 Commits

Author SHA1 Message Date
Gianfranco Costamagna
3ef6475b07 Merge branch '12' into 13 2021-09-27 16:36:10 +02:00
Gianfranco Costamagna
1faeaa5c92 Merge branch '11' into 12 2021-09-27 16:35:06 +02:00
Gianfranco Costamagna
65282034ba Fixup breaks/replaces 2021-09-27 16:29:12 +02:00
Gianfranco Costamagna
454c1a3d17 Merge remote-tracking branch 'origin/11' into 11 2021-09-27 16:22:50 +02:00
Gianfranco Costamagna
dadd6f29bd Update changelog 2021-09-27 15:53:07 +02:00
Gianfranco Costamagna
8d9fd1e4ab Merge branch '9' into 11 2021-09-27 15:47:51 +02:00
Gianfranco Costamagna
35b9f7d327 Reupload to sid 2021-09-27 15:39:31 +02:00
Gianfranco Costamagna
6f5bd76f9b Add two patches from ubuntu to fix lto and gcc-11 build failures 2021-09-27 15:38:26 +02:00
Gianfranco Costamagna
8a5a9a4172 Add two patches from ubuntu to fix lto and gcc-11 build failures 2021-09-27 15:37:55 +02:00
Gianfranco Costamagna
eb01679b4a Use minimum version for cmake-test 2021-09-27 15:37:55 +02:00
Gianfranco Costamagna
550cf43653 Don't require libclang-11-dev on cmake-test 2021-09-27 15:37:55 +02:00
Gianfranco Costamagna
f0f580b0b5 Add new llvm-11-linker-tools 2021-09-27 15:37:55 +02:00
Sylvestre Ledru
5bfc9126de also pass the libc++ cmake flags to stage 2 2021-09-27 15:22:18 +02:00
Gianfranco Costamagna
7bd8664808 Reupload to sid 2021-09-27 15:06:24 +02:00
Gianfranco Costamagna
5205be6e34 simplify cmake test without minor version 2021-09-27 15:05:11 +02:00
Gianfranco Costamagna
9e31f247fc bump minimum cmake version on qualify-clang.sh too 2021-09-27 15:04:49 +02:00
Gianfranco Costamagna
b11ef87418 From Andreas Beckmann <anbe@debian.org>
clang-9: Drop Recommends: libomp-9-dev which is not co-installable with
 libomp-11-dev (and libomp-dev) for smoother upgrades of libomp-dev from
 buster to bullseye.  (Closes: #990452)
2021-09-27 15:04:12 +02:00
Gianfranco Costamagna
d4cc4b9682 Bump minimum cmake version in qualify-clang.sh test too.
Fix minimum cmake version now set to 11
2021-09-27 14:25:36 +02:00
Sylvestre Ledru
70bef95abd also fix the libunwind links 2021-09-27 14:16:52 +02:00
Sylvestre Ledru
d203ac3649 Fix the libc++/libc++abi symlink issues after their moves in the triple directory 2021-09-27 12:12:19 +02:00
Sylvestre Ledru
72d3d9be01 * experimental New snapshot release
* Bring back the libc++/libc++abi options
2021-09-27 12:11:31 +02:00
Sylvestre Ledru
05765c1ccc adjust the path as it moves to a different directory 2021-09-27 09:02:24 +02:00
Sylvestre Ledru
2de3bcbf2b adjust the cmake version test 2021-09-26 21:40:17 +02:00
Sylvestre Ledru
18c22b8e26 relax the cmake dependency 2021-09-26 21:28:32 +02:00
Sylvestre Ledru
91820145ac adjust the code with cyclades removal 2021-09-25 21:33:02 +02:00
Sylvestre Ledru
9cd0ef6820 get the target in a beter way 2021-09-25 21:20:55 +02:00
Sylvestre Ledru
3c7eac70a4 dh_shlibdeps: add the triple directly for dh_shlibdeps 2021-09-25 18:16:52 +02:00
Sylvestre Ledru
5f23cbd46e New testing release 2021-09-25 18:16:52 +02:00
Sylvestre Ledru
984ee4d231 explan the comment 2021-09-25 18:16:52 +02:00
Sylvestre Ledru
a7bf088643 remove the old libc++ builds options 2021-09-25 18:16:52 +02:00
Sylvestre Ledru
84179a9d15 fix the multiarch path 2021-09-25 18:16:52 +02:00
Sylvestre Ledru
69d9c5cde2 adjust tests and install header 2021-09-25 18:16:52 +02:00
Sylvestre Ledru
d2bd294c52 fix other steps 2021-09-25 18:16:52 +02:00
Sylvestre Ledru
dafef55b0b add verbose options to ninja elsewere 2021-09-25 16:33:30 +02:00
Sylvestre Ledru
5eb39bc9e8 (and remove some old missing symbols) 2021-09-25 16:13:05 +02:00
Sylvestre Ledru
58964ce1c8 * experimental New snapshot release
* remove "scan-build-py-force-utf-8-opening.diff"
  merged upstream
* Also install libomptarget-nvptx in libomp-X.Y-dev next to amdgcn
* Add -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF. it was turn on by default
  in https://reviews.llvm.org/D107799
  It was causing the second cmake (stage2) build to fail on z3 or libffi.
  Sign that the compiler didn't work correctly.
* libcxxabi: Unbreak the CI by adding a silly symlink to _config_site
  Far from perfect but it should be fixed by the runtime move:
  https://reviews.llvm.org/D89013#3017317
* New symbols in libomp5-14:
  - __kmpc_end_scope
  - __kmpc_scope
  - libomp_start_tool
* Disable libunwind on m68k, sparc64 and x32
2021-09-25 16:12:57 +02:00
Sylvestre Ledru
e6c9836c47 cherry pick 68d5235cb58f988c71b403334cd9482d663841ab to build with newer version of the kernel 2021-09-25 16:00:47 +02:00
Sylvestre Ledru
a9878e3505 New testing release 2021-09-25 09:41:21 +02:00
Sylvestre Ledru
aafd6cd704 fix changelog 2021-09-24 23:09:36 +02:00
Sylvestre Ledru
04a0bb6258 document recent changes 2021-09-24 21:26:24 +02:00
Sylvestre Ledru
324e780c0a do not run debian-libcxxabi-build debian-libcxx-build 2021-09-24 21:24:46 +02:00
Sylvestre Ledru
e67f5ed7c8 the libc++* & libunwind builds are installed in directory with triple 2021-09-24 21:23:10 +02:00
Sylvestre Ledru
551c7a3153 upload to unstable 2021-09-24 12:55:22 +02:00
Sylvestre Ledru
678e90d18c bump autopkgtest cmake version (Closes: #994501) Thanks to Timo Röhling for the patch 2021-09-24 12:50:29 +02:00
Sylvestre Ledru
343bd8f5ad bump autopkgtest cmake version (Closes: #994501) Thanks to Timo Röhling for the patch 2021-09-24 12:48:56 +02:00
Sylvestre Ledru
f36b319b1a fix changelog 2021-09-24 12:33:22 +02:00
Sylvestre Ledru
c1f519d2cd rebase of the patch 2021-09-24 12:32:15 +02:00
Sylvestre Ledru
e16e9bcd5a remove revert 2021-09-24 12:23:23 +02:00
Sylvestre Ledru
b44d95a67a remove dup declaration on -DLIBUNWIND_USE_COMPILER_RT=ON 2021-09-24 12:21:58 +02:00
Sylvestre Ledru
4077379b0f remove dup declaration on -DLIBUNWIND_USE_COMPILER_RT=ON 2021-09-24 12:21:42 +02:00