Sylvestre Ledru
57fc22d351
fix merge issue
2021-10-14 08:10:11 +02:00
Sylvestre Ledru
99d7204ffd
fix the todo for the deps
2021-10-13 22:38:11 +02:00
Sylvestre Ledru
f6bb7a18ec
Merge remote-tracking branch 'origin/13' into snapshot
2021-10-13 22:36:36 +02:00
Sylvestre Ledru
4c2bb3ab8a
remove patch (merged upstream)
2021-10-13 18:18:43 +02:00
Sylvestre Ledru
9a20fa3df4
add upstream bug number
2021-10-13 16:33:11 +02:00
Sylvestre Ledru
7ef68849e2
remove it from llvm-X
2021-10-13 15:47:41 +02:00
Sylvestre Ledru
8c12d273c2
Move llvm-omp-device-info-X.Y from llvm-X to libompX-dev
2021-10-13 13:29:42 +02:00
Sylvestre Ledru
60b3c83d93
Instead of using llvm-* to install binaries in llvm-X.Y list all the binaries one by one. It will prevent "llvm-omp-device-info" to be installed in llvm-X.Y which caused an explicit dependency on libomp which caused llvm-X.Y to be NOT coinstallable anymore
2021-10-13 13:29:27 +02:00
Sylvestre Ledru
700729ed40
fix typos
2021-10-13 13:26:46 +02:00
Sylvestre Ledru
68d7c04abc
pass CMAKE_FIND_DEBUG_MODE to stage2
2021-10-11 23:42:22 +02:00
Sylvestre Ledru
987276a5ef
Add '-DCMAKE_FIND_DEBUG_MODE=true' to help wit debugging
2021-10-11 23:32:20 +02:00
Sylvestre Ledru
dd97ff403b
Force the i386 triple -DLLVM_HOST_TRIPLE=i386-linux-gnu Sometimes, on i386, the library detection is failing (often on z3 or ffi) 'Could NOT find Z3:'
2021-10-11 23:32:20 +02:00
Sylvestre Ledru
21595aecfb
Disable a tsan and two lldb tests on i386
2021-10-11 14:39:39 +02:00
Sylvestre Ledru
df3fdc5cf5
Disable a tsan test on i386
2021-10-11 14:36:58 +02:00
Sylvestre Ledru
69e414d677
rebase of the patch
2021-10-10 10:14:46 +02:00
Sylvestre Ledru
103cb1357c
libc++-13-dev should depends on libunwind-13-dev ( Closes : #995810 )
2021-10-06 12:52:18 +02:00
Sylvestre Ledru
f97abbaf4e
gcc 8 works too
2021-10-04 12:44:58 +02:00
Sylvestre Ledru
b092faff78
Disable LIBCXX_USE_COMPILER_RT on s390x, armel and x32 as it fails. See bug 52022
2021-10-04 11:52:15 +02:00
Sylvestre Ledru
a112c44b6d
Too old version of gcc. Force gcc 11
...
Should be triggered only on bionic
https://reviews.llvm.org/D110338
Should be removed when we moved to RUNTIMES as we
will use clang to build libc++ even stage1 (only from stage2 now)
2021-10-04 11:16:05 +02:00
Sylvestre Ledru
b854e644c5
Merge remote-tracking branch 'origin/13' into snapshot
2021-10-04 09:24:25 +02:00
Sylvestre Ledru
8380a94581
Adjust the testsuite after various changes (rpass, libclang, polly lib, etc)
2021-10-04 09:20:07 +02:00
Sylvestre Ledru
b2438aba01
improve the version set
2021-10-04 09:06:05 +02:00
Sylvestre Ledru
257263a114
-lPollyPPCG doesn't exist
2021-10-04 09:05:52 +02:00
Sylvestre Ledru
a6274d93aa
test: adjust the type when using libclang
2021-10-04 09:01:41 +02:00
Sylvestre Ledru
14a06d109e
Fix the libclang detect in cmake ( Closes : #994827 )
2021-10-03 22:44:37 +02:00
Sylvestre Ledru
267e73a4ae
new upstream release
2021-10-03 22:32:22 +02:00
Sylvestre Ledru
5b789c4ead
Merge remote-tracking branch 'origin/13' into snapshot
2021-10-03 21:17:38 +02:00
Sylvestre Ledru
30015db17c
Merge remote-tracking branch 'origin/12' into 13
2021-10-03 21:17:17 +02:00
Sylvestre Ledru
145e757826
Remove old override 'outdated-autotools-helper-file'
2021-10-03 21:17:03 +02:00
Sylvestre Ledru
1085fe0f24
Merge remote-tracking branch 'origin/13' into snapshot
2021-10-03 21:15:50 +02:00
Sylvestre Ledru
512178d547
Add source-is-missing llvm/test/* / lldb/test/* / lld/test/* to the source override
2021-10-03 21:15:50 +02:00
Sylvestre Ledru
1a6fa37dab
Merge remote-tracking branch 'origin/12' into 13
2021-10-03 21:15:24 +02:00
Sylvestre Ledru
ff8ef908ef
fix changelog
2021-10-03 21:15:15 +02:00
Sylvestre Ledru
19b9b0363e
Merge remote-tracking branch 'origin/12' into 13
2021-10-03 21:14:08 +02:00
Sylvestre Ledru
b8220e4472
Add source-is-missing llvm/test/* / lldb/test/* / lld/test/* to the source override
2021-10-03 21:13:51 +02:00
Sylvestre Ledru
bc8b6f930e
rebase of the patch
2021-10-03 18:45:12 +02:00
Sylvestre Ledru
73ce4026ef
Be more flexible to install libomptarget-*.bc (ex: libomptarget-new-nvptx-*.bc are new)
2021-10-02 19:06:51 +02:00
Sylvestre Ledru
9f4b056aaf
fix version
2021-10-02 18:17:11 +02:00
Sylvestre Ledru
c047f54f3f
Adjust the libomp_start_tool visibility on armhf
2021-10-02 18:05:58 +02:00
Sylvestre Ledru
d816c395f6
Disable LIBCXX_USE_COMPILER_RT on s390x as it fails. See bug 52022
2021-10-02 17:57:18 +02:00
Sylvestre Ledru
c4eec7af4e
fix a typo
2021-10-02 17:54:00 +02:00
Sylvestre Ledru
3af1afc3c2
rebase of the patch
2021-10-02 11:42:42 +02:00
Sylvestre Ledru
8d4ee8476a
Merge remote-tracking branch 'origin/13' into snapshot
2021-10-02 10:54:41 +02:00
Sylvestre Ledru
0eec64bcb7
Merge remote-tracking branch 'origin/12' into 13
2021-10-02 10:52:18 +02:00
Sylvestre Ledru
6da834fd4a
If parallel is not set in DEB_BUILD_OPTIONS, use nproc
2021-10-02 10:50:37 +02:00
Sylvestre Ledru
dfeb76d6cd
Fix the "all" build
2021-10-02 09:54:50 +02:00
Sylvestre Ledru
e658461a46
The triple change has been reverted. Keep it in Debian bring-back-triple-linux.diff
2021-10-02 09:51:28 +02:00
John Paul Adrian Glaubitz
2b9b171e95
Disable libunwind on sparc, sparc64 and x32
2021-09-29 18:49:32 +02:00
Sylvestre Ledru
9f1c643bb0
don't install libc++ & libc++abi, it is now done as part of the regular process
2021-09-28 08:45:51 +02:00
Sylvestre Ledru
7019e4bdb0
remove old comment
2021-09-28 08:45:51 +02:00