Sylvestre Ledru
ec0b580536
Merge branch 'sthibault/llvm-toolchain-hurd-rt-no64' into 13
2022-01-13 21:16:23 +01:00
Sylvestre Ledru
3ff1ff385d
Merge branch '13' into 'hurd-rt-no64'
...
# Conflicts:
# debian/changelog
2022-01-13 20:15:46 +00:00
Sylvestre Ledru
291dd82a33
Merge branch 'system-name-13' into '13'
...
Fix CMAKE_SYSTEM_NAME for non-Linux ports
See merge request pkg-llvm-team/llvm-toolchain!82
2022-01-13 20:13:30 +00:00
Sylvestre Ledru
129fe31aab
simplify the patch
2022-01-13 21:12:42 +01:00
Pino Toscano
b02fa8358f
Stop hardcoding -DCMAKE_SYSTEM_NAME=Linux as cmake parameter
...
as it breaks stage2 builds on non-Linux architectures.
2022-01-12 23:27:48 +01:00
Pino Toscano
653f1a56ea
debian/rules: Disable 64bit runtime build on hurd-i38
2022-01-12 23:22:46 +01:00
Sylvestre Ledru
08507c8e72
Merge branch 'fix-which-for-13' into '13'
...
Use 'command -v' instead of deprecated 'which'
See merge request pkg-llvm-team/llvm-toolchain!76
2022-01-12 09:08:00 +00:00
Sylvestre Ledru
02063451dd
Merge branch '13' into '13'
...
Explicitly link against -latomic on all ports, not only the Linux ones
See merge request pkg-llvm-team/llvm-toolchain!78
2022-01-12 08:56:34 +00:00
Samuel Thibault
43d03058ff
Explicitly link against -latomic on all ports, not only the Linux ones
2022-01-11 23:58:40 +01:00
Sylvestre Ledru
04c09a8af8
remove the typo -DLVVM_ENABLE_ZLIB=OFF as it seems that it working with the default value
2022-01-11 23:46:02 +01:00
Sylvestre Ledru
000d58d4e1
remove the typo -DLVVM_ENABLE_ZLIB=OFF as it seems that it working with the default value
2022-01-11 23:45:34 +01:00
Sylvestre Ledru
9f35a80df6
fix changelog
2022-01-08 23:13:42 +01:00
Sylvestre Ledru
b616a7f16b
bis: Fix the cmake file with the mlir introducing
2022-01-08 23:12:54 +01:00
Sylvestre Ledru
68e5f7c01b
Fix the cmake file with the mlir introducing
2022-01-06 14:31:32 +01:00
Sylvestre Ledru
a13a744dde
rebase of the patches
2022-01-06 00:01:28 +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
aa3112a2cf
fix a typo
2021-12-31 10:48:21 +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
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
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
87ed1943b3
Bring back the dependency clang => llvm-13-linker-tools
2021-12-12 09:52:42 +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
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
Sylvestre Ledru
6bf47964c1
Rebuild to workaround the coinstallability issue ( Closes : #996858 )
2021-11-30 19:33:13 +01:00
Sylvestre Ledru
66767e15bb
Add back -DLLVM_VERSION_SUFFIX=. Useless for 13 but necessary for snapshot Otherwise, it adds "git" to the libs
2021-11-11 22:48:56 +01:00
Sylvestre Ledru
83e6a6baf0
fix a typo
2021-11-11 22:48:55 +01:00
Sylvestre Ledru
88d3b7d9fd
fix a typo
2021-11-11 22:48:55 +01:00
Sylvestre Ledru
9075570069
Document some recent changes
2021-11-11 22:48:55 +01:00
Sylvestre Ledru
6fb9dd580c
fix typos
2021-11-11 13:26:18 +01:00
Diederik de Haas
ee40c18b21
Use 'command -v' instead of deprecated 'which'
2021-11-10 22:11:03 +01:00
Sylvestre Ledru
8573df8c5e
Fix an autopkgtest test ( Closes : #997902 )
2021-11-08 14:12:07 +01:00
Sylvestre Ledru
666ecb7903
upload to unstable
2021-11-08 14:09:57 +01:00
Sylvestre Ledru
da2623782d
fix versoin
2021-11-08 14:08:24 +01:00
Sylvestre Ledru
297b1c5ea2
upload in exp
2021-11-06 15:37:33 +01:00
Erik Maciejewski
c39e93a38e
add option to disable compiler-rt scudo standalone
...
patch compiler-rt build to add cmake option for disabling scudo
standalone
add COMPILER_RT_BUILD_SCUDO_STANDALONE=OFF to armel build since the
baseline armv5t arch profile is not supported
2021-11-06 01:25:29 -07:00