Commit Graph

3825 Commits

Author SHA1 Message Date
Alexander Volkov
47788c39d4 Fix description of libclang-cpp11-dev package
It doesn't contain header files, but it provides symlinks for
libclang-cpp11 library without a version number, which needed
by linker at build time.
2020-11-26 21:20:03 +03:00
Sylvestre Ledru
a7d8e8de9a * New snapshot release
* Remove fix-clang-format-bug-47589.patch (applied upstream)
2020-11-26 10:20:49 +01:00
Sylvestre Ledru
aa93df2930 Disable until approved upstream 2020-11-25 10:55:03 +01:00
Sylvestre Ledru
d11ea3b732 rename of the patch to gnu-assembler-compat.diff 2020-11-25 10:54:34 +01:00
Gianfranco Costamagna
4a5f1d1033 Update changelog 2020-11-25 10:18:37 +01:00
Gianfranco Costamagna
bdc5dcb9b0 Add upstream patch D92052 to fix a gcn offload compiler issue with gcc (Closes: #975692) 2020-11-25 10:17:34 +01:00
Sylvestre Ledru
1b70301a75 rebase of the patch 2020-11-12 11:02:04 +01:00
Sylvestre Ledru
510d1caa66 fix merge 2020-11-07 15:53:59 +01:00
Sylvestre Ledru
fa4ea2ab2c Ignore some tests on i386 to get autopkgtest fixed (Closes: #972334) 2020-11-07 15:53:16 +01:00
Adrian Bunk
6d3f4091a2 Add a changelog entry for the i386 fuzzer fix 2020-11-05 17:27:58 +02:00
Sylvestre Ledru
0418b47236 Merge branch '11' into '11'
Fix the fuzzer build on i386

See merge request pkg-llvm-team/llvm-toolchain!62
2020-11-03 20:27:27 +00:00
Adrian Bunk
ec452161a6 Fix the fuzzer build on i386 2020-11-02 21:58:59 +02:00
Adrian Bunk
4a3fe9fff1 Revert "qualify-clang.sh: skip a fuzzer test in i386 because of https://bugs.llvm.org/show_bug.cgi?id=43677"
This reverts commit f81965c320.
2020-11-02 21:02:13 +02:00
Sylvestre Ledru
f81965c320 qualify-clang.sh: skip a fuzzer test in i386 because of https://bugs.llvm.org/show_bug.cgi?id=43677 2020-11-02 12:44:55 +01:00
Sylvestre Ledru
dabcadad7e hwasan_symbolize: bring it back 2020-10-31 22:32:31 +01:00
Sylvestre Ledru
de5af7dcee When upstream released X, they will update X to have X.0.1
In general, in Debian, we will keep X until X.0.1 is released (or rc in experimental)
However, on apt.llvm.org, we will update the version to have X.0.1
This code is doing that.
2020-10-31 22:26:03 +01:00
Sylvestre Ledru
3513b1689d remove unrelevant info about hwasan: it was a version issue 2020-10-31 21:49:56 +01:00
Sylvestre Ledru
595c64109f fix the changelog 2020-10-31 21:49:29 +01:00
Sylvestre Ledru
c6618d497b fail the build in case of version mistmatch 2020-10-31 21:35:22 +01:00
Sylvestre Ledru
fb5218131c add debug info 2020-10-31 21:34:48 +01:00
Sylvestre Ledru
14a7e2a541 debug info 2020-10-31 17:20:02 +01:00
John Paul Adrian Glaubitz
bc883987a9 Limit maximum parallel link jobs to 4 on sparc and sparc64 2020-10-31 15:14:20 +01:00
Sylvestre Ledru
c9f0e17814 include the mips force nommad patch 2020-10-31 15:05:15 +01:00
Sylvestre Ledru
74656bbb27 prepare upload 2020-10-31 14:16:30 +01:00
Sylvestre Ledru
f1eefa3fd8 Merge remote-tracking branch 'origin/10' into 11 2020-10-31 14:15:45 +01:00
Sylvestre Ledru
042c29b822 * Don't use gold on ppc64el. It fails to build in that case
(Closes: #972317)
2020-10-31 14:14:06 +01:00
Sylvestre Ledru
9e343e65aa fix changelog 2020-10-31 14:09:24 +01:00
Sylvestre Ledru
cb42a277c7 Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
Changes-By: lintian-brush
Fixes: lintian: uses-deprecated-adttmp
See-also: https://lintian.debian.org/tags/uses-deprecated-adttmp.html
2020-10-31 14:08:14 +01:00
Sylvestre Ledru
e461697a7a Don't use gold on ppc64el. It fails to build in that case (Closes: #972317) 2020-10-31 14:07:40 +01:00
Sylvestre Ledru
9d6d8b5b20 fix the syntax 2020-10-31 11:57:15 +01:00
Sylvestre Ledru
35a0b39ee7 move the hwasn thing elsewhere 2020-10-31 09:16:25 +01:00
Sylvestre Ledru
98c4f28969 Only install hwasan_symbolize when found 2020-10-31 00:03:37 +01:00
Sylvestre Ledru
c7b19a2e72 hwasan_symbolize is no longer built 2020-10-29 15:44:44 +01:00
Vagrant Cascadian
f0b4b8baad Ensure fixfilepath feature is disabled. The fixfilepath feature sets a -ffile-prefix-map flag, which is only supported in clang-10. 2020-10-23 09:15:03 +02:00
Sylvestre Ledru
21b733adbe Rebuild to address the incompat issues (Closes: #972282) 2020-10-22 22:29:42 +02:00
Sylvestre Ledru
6e93b8e48e Remove an hardcoded declaration to 10 2020-10-22 22:28:39 +02:00
Sylvestre Ledru
4e6ee17243 disable the new patches for apt.llvm.org 2020-10-20 23:43:16 +02:00
Sylvestre Ledru
6e1e4866c3 Cherry-pick some fixes from https://github.com/opencollab/llvm-toolchain-integration-test-suite/ 2020-10-20 22:22:04 +02:00
Sylvestre Ledru
6f2d850af9 fix changelog 2020-10-19 14:22:28 +02:00
Sylvestre Ledru
a222e2f74a Merge remote-tracking branch 'origin/10' into 11 2020-10-17 10:06:19 +02:00
Sylvestre Ledru
8d28ad6c57 Merge branch '11' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 11 2020-10-17 10:06:08 +02:00
Sylvestre Ledru
84bf134c8c Merge remote-tracking branch 'origin/10' into 11 2020-10-17 10:05:12 +02:00
Sylvestre Ledru
248fa4019e Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
Changes-By: lintian-brush
Fixes: lintian: uses-deprecated-adttmp
See-also: https://lintian.debian.org/tags/uses-deprecated-adttmp.html
2020-10-17 10:02:54 +02:00
Sylvestre Ledru
f93c8a5d15 remove artifact 2020-10-13 09:21:57 +02:00
Sylvestre Ledru
292c1c818b Fix a clang-format issue. Fix bug #47589 2020-10-12 18:57:24 +02:00
Sylvestre Ledru
d98146afc4 Fix a clang-format issue. Fix bug #47589 2020-10-12 15:15:40 +02:00
Sylvestre Ledru
1bda59d2ac New upstream release 2020-10-12 11:22:28 +02:00
Sylvestre Ledru
4615826131 rc6 upload 2020-10-07 16:39:38 +02:00
Gianfranco Costamagna
86b65186ea Change the previous commit to include only amd64 and i386 2020-10-07 14:08:00 +02:00
Gianfranco Costamagna
42e6ff160d Don't fail on armhf and arm64 tests that are intended to run on intel 2020-10-07 12:33:24 +02:00