Commit Graph

5756 Commits

Author SHA1 Message Date
Sylvestre Ledru
7e8a6fa3e1 Merge remote-tracking branch 'origin/13' into snapshot 2022-01-05 13:41:39 +01:00
Sylvestre Ledru
4c77c827a0 fix changelog 2022-01-05 13:39:50 +01:00
Sylvestre Ledru
3e5c1ff973 Fix the cmake with the mlir introducing 2022-01-05 13:39:49 +01:00
Sylvestre Ledru
288ba1dc79 update of the date 2022-01-05 13:39:49 +01:00
Sylvestre Ledru
0108c4c2a0 update the script to add the mlir install guidances 2022-01-03 15:43:40 +01:00
Sylvestre Ledru
aa3112a2cf fix a typo 2021-12-31 10:48:21 +01:00
Sylvestre Ledru
c70d6338a7 mlir: adjust the versions 2021-12-30 20:41:16 +01:00
Sylvestre Ledru
3bc83aa82a document recent changes 2021-12-30 20:41:16 +01:00
Sylvestre Ledru
0fabe01666 * Install bfd plugins in
/usr/lib/bfd-plugins/LLVMgold-@LLVM_VERSION@.so
2021-12-30 20:41:16 +01:00
Sylvestre Ledru
55387e6b48 run check mlir 2021-12-30 20:41:16 +01:00
Sylvestre Ledru
4a688750e5 Build & ship mlir too 2021-12-30 20:41:13 +01:00
Sylvestre Ledru
27c99c7ca2 fix the install path 2021-12-30 20:40:57 +01:00
Sylvestre Ledru
e9d1ded00a Revert "rebase of the patches"
This reverts commit 052edd2547.
2021-12-30 20:40:54 +01:00
Sylvestre Ledru
a6a1aae2e8 Install LLVMgold in usr/lib/bfd-plugins to help various tools to understand the format (Closes: #919020) 2021-12-30 20:33:47 +01:00
Sylvestre Ledru
317f8ce703 Fix run-clang-tidy symlink. it moved from /usr/lib/llvm-13/share/clang/run-clang-tidy to /usr/lib/llvm-13/bin/run-clang-tidy (Closes: #1001748) 2021-12-30 20:33:47 +01:00
Sylvestre Ledru
fe0c58b80f document recent changes 2021-12-30 19:04:53 +01:00
Sylvestre Ledru
e281836c48 * Install bfd plugins in
/usr/lib/bfd-plugins/LLVMgold-@LLVM_VERSION@.so
2021-12-30 19:04:22 +01:00
Sylvestre Ledru
8426589e95 run check mlir 2021-12-30 17:23:09 +01:00
Sylvestre Ledru
faf09cb980 Build & ship mlir too 2021-12-30 17:23:09 +01:00
Sylvestre Ledru
f974ec8001 fix the install path 2021-12-24 19:39:32 +01:00
Sylvestre Ledru
85695b66a9 Revert "rebase of the patches"
This reverts commit 052edd2547.
2021-12-24 18:28:30 +01:00
Sylvestre Ledru
a2cd6eeca7 Install LLVMgold in usr/lib/bfd-plugins to help various tools to understand the format (Closes: #919020) 2021-12-24 18:24:41 +01:00
Sylvestre Ledru
e5790431f9 Fix run-clang-tidy symlink. it moved from /usr/lib/llvm-13/share/clang/run-clang-tidy to /usr/lib/llvm-13/bin/run-clang-tidy (Closes: #1001748) 2021-12-24 18:24:39 +01:00
Sylvestre Ledru
8a9cbcbd98 Merge remote-tracking branch 'origin/13' into snapshot 2021-12-22 13:48:59 +01:00
Sylvestre Ledru
dc3ce731bc libomp: adjust the missing symbols 2021-12-22 13:43:42 +01:00
Sylvestre Ledru
ecedcb70e4 working on 13.0.1 2021-12-22 11:03:56 +01:00
Sylvestre Ledru
052edd2547 rebase of the patches 2021-12-22 11:03:42 +01:00
Sylvestre Ledru
f89797103e Use the version suffix when calling wasm-ld => wasm-ld-13 https://bugzilla.mozilla.org/show_bug.cgi?id=1747145 2021-12-22 10:30:00 +01:00
Sylvestre Ledru
de744a42a7 fix changelog 2021-12-21 12:17:41 +01:00
Sylvestre Ledru
4b2474d0e2 remove a patch in 13 applied in 14 2021-12-21 12:14:31 +01:00
Sylvestre Ledru
b6553a5eb5 remove a patch in 13 applied in 14 2021-12-21 12:14:21 +01:00
Sylvestre Ledru
327de37e3b Bring back the dependency clang => llvm-13-linker-tools
* Bring back the dependency clang => llvm-13-linker-tools
* Unbreak llvm-toolchain-13 on buster.
  -fuse-ld=gold wasn't passed to compiler-rt. it was using bfd.
  And binutils shipping in buster has a bug preventing this to work:
  https://github.com/llvm/llvm-project/issues/42339
* Remove AVR from LLVM_EXPERIMENTAL_TARGETS_TO_BUILD. stable since 11
  https://releases.llvm.org/11.0.0/docs/ReleaseNotes.html#changes-to-the-avr-target
2021-12-21 12:10:31 +01:00
Sylvestre Ledru
fe3b3c655b update of the libomp symbols 2021-12-21 12:07:37 +01:00
Sylvestre Ledru
e5705b8038 Remove AVR from LLVM_EXPERIMENTAL_TARGETS_TO_BUILD. stable since 11 https://releases.llvm.org/11.0.0/docs/ReleaseNotes.html#changes-to-the-avr-target 2021-12-21 10:23:00 +01:00
Sylvestre Ledru
544180d01c Unbreak llvm-toolchain-12 on buster. -fuse-ld=gold wasn't passed to compiler-rt. it was using bfd. And binutils shipping in buster has a bug preventing this to work: https://github.com/llvm/llvm-project/issues/42339 2021-12-16 17:55:03 +01:00
Sylvestre Ledru
e54df6f5cb rebase of the patch 2021-12-16 14:55:56 +01:00
Sylvestre Ledru
a58068ab6e Unbreak llvm-toolchain-13 on buster. -fuse-ld=gold wasn't passed to compiler-rt. it was using bfd. And binutils shipping in buster has a bug preventing this to work: https://github.com/llvm/llvm-project/issues/42339 2021-12-16 14:28:24 +01:00
Sylvestre Ledru
1fa247834d Also install llvm-debuginfod-find in llvm-14 2021-12-15 00:34:25 +01:00
Sylvestre Ledru
87ed1943b3 Bring back the dependency clang => llvm-13-linker-tools 2021-12-12 09:52:42 +01:00
Sylvestre Ledru
f4febe72e1 rebase of the patches 2021-12-08 14:30:08 +01:00
Sylvestre Ledru
aae8363925 * New testing release
* Use parallel + -4 for the xz tarballs compression to make it faster
2021-12-08 14:29:36 +01:00
Sylvestre Ledru
a499cc72f3 Add manpages for git-clang-format & run-clang-tidy 2021-12-08 14:29:32 +01:00
Sylvestre Ledru
ec7012d121 * New testing release
* Use parallel + -4 for the xz tarballs compression to make it faster
2021-12-08 14:20:02 +01:00
Sylvestre Ledru
5663724d2c fix typo 2021-12-03 15:00:38 +01:00
Sylvestre Ledru
8f29ac1f50 fix changelog 2021-12-03 13:19:51 +01:00
Sylvestre Ledru
0474b85399 Remove some old mach lld libraries. Remove upstream in 9e3552523ebd3385487e01e3e7af37b8c0efaf57 liblldReaderWriter.a liblldDriver.a liblldYAML.a liblldCore.a liblldMachOOld.a 2021-12-03 13:18:27 +01:00
Sylvestre Ledru
4fd0cdc103 fix the series file 2021-12-03 09:54:47 +01:00
Sylvestre Ledru
32654fc827 rebase of the patches 2021-12-01 21:39:11 +01:00
Sylvestre Ledru
92e91f3f8e Add manpages for git-clang-format & run-clang-tidy 2021-11-30 22:56:09 +01:00
Sylvestre Ledru
321c46616a Add a manpage for git-clang-format 2021-11-30 22:52:57 +01:00