Commit Graph

4707 Commits

Author SHA1 Message Date
Sylvestre Ledru
59ee6cbfbe try to fix the repack script 2021-09-10 14:16:45 +02:00
Sylvestre Ledru
52131e56dc cherry-pick upstream package to replace my ugly patch 2021-09-10 14:15:49 +02:00
Sylvestre Ledru
0e5ce36f45 rebase of the patches 2021-09-10 11:17:40 +02:00
Sylvestre Ledru
3bca1f47a9 revert disable-no-omit-leaf.diff, fixed upstream 2021-09-09 10:04:36 +02:00
Sylvestre Ledru
f0e96b3dbf Merge remote-tracking branch 'origin/13' into snapshot 2021-09-04 16:40:39 +02:00
Sylvestre Ledru
4dcf863ff4 Merge remote-tracking branch 'origin/12' into 13 2021-09-04 16:39:53 +02:00
Sylvestre Ledru
0cf955e0aa * Add back CMAKE_EXTRA to build LLVM gold (Closes: #993664) 2021-09-04 16:38:59 +02:00
Sylvestre Ledru
f2a41afbc6 Merge remote-tracking branch 'origin/13' into snapshot 2021-09-04 14:22:00 +02:00
Sylvestre Ledru
813bc15420 bring back CMAKE_EXTRA in the main cmake call - it was causing https://github.com/opencollab/llvm-toolchain-integration-test-suite/issues/64 2021-09-04 14:20:53 +02:00
Sylvestre Ledru
ef75620dfa * Ship clang-nvlink-wrapper as part of clang-tools-XX
See https://reviews.llvm.org/D108291
2021-09-03 09:04:33 +02:00
Sylvestre Ledru
244753c933 compiler-rt scudo, don't add the option -mno-omit-leaf-frame-pointer when building on armel & armhf 2021-09-02 21:36:20 +02:00
Sylvestre Ledru
18c8934a0f prepare for upload 2021-09-02 15:29:01 +02:00
Gianfranco Costamagna
24e026f05d Merge branch '13' into snapshot 2021-09-02 12:29:58 +02:00
Gianfranco Costamagna
970a7463c3 Merge branch '12' into 13 2021-09-02 12:29:44 +02:00
Gianfranco Costamagna
929717877e Update changelog 2021-09-02 12:26:20 +02:00
Gianfranco Costamagna
c5effffd2e Refresh symbols for riscv64 target 2021-09-02 12:26:00 +02:00
Sylvestre Ledru
da61fbf158 fix changelog 2021-09-02 10:34:56 +02:00
Sylvestre Ledru
50dc94fd54 Merge remote-tracking branch 'origin/13' into snapshot 2021-09-02 08:56:58 +02:00
Sylvestre Ledru
1da83e411b adjust -DLIBCXXABI_LIBCXX_INCLUDES=//include/c++/v1/ 2021-09-02 08:56:22 +02:00
Sylvestre Ledru
7dbb43722d explain that 12.0.1-7 changes are here too 2021-09-01 22:13:22 +02:00
Sylvestre Ledru
2d5eb8aa64 move -DCMAKE_POSITION_INDEPENDENT_CODE=ON to libc++ 2021-09-01 22:12:03 +02:00
Sylvestre Ledru
0e917177a5 Merge remote-tracking branch 'origin/13' into snapshot 2021-09-01 21:51:53 +02:00
Sylvestre Ledru
1f066f0e5a Merge remote-tracking branch 'origin/12' into 13 2021-09-01 21:51:07 +02:00
Sylvestre Ledru
e62759f94b YES => ON 2021-09-01 21:50:43 +02:00
Sylvestre Ledru
308d0b5c2b Merge remote-tracking branch 'origin/13' into snapshot 2021-09-01 21:35:50 +02:00
Sylvestre Ledru
ea58ae89fa Merge remote-tracking branch 'origin/12' into 13 2021-09-01 21:32:45 +02:00
Sylvestre Ledru
7b243bb50c bring back rm -rf 2021-09-01 21:28:12 +02:00
Sylvestre Ledru
0d8c8debd1 remove some non functional options 2021-09-01 12:47:06 +02:00
Sylvestre Ledru
591436a41a remove llvm-mcmarkup one more time 2021-09-01 12:47:05 +02:00
Sylvestre Ledru
e9eae20140 fix changelog 2021-09-01 12:47:05 +02:00
Sylvestre Ledru
4b4a2242b9 Fix changelog 2021-09-01 12:47:05 +02:00
Sylvestre Ledru
8d8e2c7240 Don't generate the llvm-mcmarkup & lldb-mi manpages (don't exist anymore) (LP: #1940713) 2021-09-01 12:47:05 +02:00
Sylvestre Ledru
f44ed65e2b use the -S -B cmake options 2021-09-01 12:47:05 +02:00
Sylvestre Ledru
4ae770b3f6 set the right name for the targets 2021-09-01 12:47:05 +02:00
Sylvestre Ledru
a0227e5ce6 move arguments in their own section 2021-09-01 12:47:05 +02:00
Sylvestre Ledru
c5a885df68 remove non working args 2021-09-01 12:47:05 +02:00
Sylvestre Ledru
e888bdfcf0 unwind should use compiler-rt 2021-09-01 12:47:05 +02:00
Sylvestre Ledru
c5abefccae try back the old behavior 2021-09-01 12:47:05 +02:00
Sylvestre Ledru
fd6502bedd try to used runtimes and others refactors 2021-09-01 12:47:01 +02:00
Sylvestre Ledru
ebb113ddd7 Add debian/source/options to ignore the diff (much much faster to repack) 2021-09-01 12:45:28 +02:00
Sylvestre Ledru
eda5c4b589 check if clang-tidy is installed 2021-09-01 12:45:28 +02:00
Sylvestre Ledru
2f0b96606f Add LIBCXXABI_ENABLE_STATIC_UNWINDER=ON LIBCXXABI_STATICALLY_LINK_UNWINDER_IN_SHARED_LIBRARY=OFF LIBCXXABI_STATICALLY_LINK_UNWINDER_IN_STATIC_LIBRARY=ON to libc++ when libunwind is built Matches what is done on brew: https://bit.ly/3kDNpC9 2021-09-01 12:45:28 +02:00
Sylvestre Ledru
54c1ec180d cmake: use ON instead of YES for consistency 2021-09-01 12:45:28 +02:00
Gianfranco Costamagna
0b8dd2ed86 Merge branch '11' into 12 2021-09-01 12:45:19 +02:00
Gianfranco Costamagna
a77fbe05ad Update changelog 2021-09-01 12:44:45 +02:00
Gianfranco Costamagna
4269703bfc * Don't build lldb on riscv64, fails to build due to missing
CreateHostNativeRegisterContextLinux implementation on this architecture.
2021-09-01 12:44:19 +02:00
Sylvestre Ledru
b4b7a9a432 remove patch applied upstream 2021-09-01 12:42:20 +02:00
Gianfranco Costamagna
20534b1b6a Update changelog 2021-09-01 12:24:49 +02:00
Gianfranco Costamagna
07446f3aed Add upstream patch to fix a texture failure with mesa
* Cherry-pick upstream commit to fix a libgl1-mesa-dri texture failure.
    (Closes: #989545)
2021-09-01 12:24:03 +02:00
Sylvestre Ledru
e472d6dc91 Build with -DCMAKE_POSITION_INDEPENDENT_CODE=ON to libc++ and libc++abi 2021-08-31 22:52:36 +02:00