Commit Graph

3491 Commits

Author SHA1 Message Date
Sylvestre Ledru
7724e3b489 * Second RC release
- Should fix the s390x issue (reported upstream)
  (Closes: #950900)
* Do not try to install hwasan_symbolize on armhf ppc64el
  as it isn't built
  (Closes: #950899)
* hurd/hurd-cxx-paths.diff: Fix patch so it can be applied.
* clang-tools-X.Y.install.in: Do not try to install hwasan_symbolize on
  hurd-any.
* fix lldb-10 -P path print (Closes: #945445)
* Fix lldb python installation path and symlinks
* Drop version constraint from libffi-dev library, satisfied since
  old-old-stable
* First RC release
* For now, disable ThinLTO usage because:
    - LLVM_ENABLE_LTO doesn't work with gcc >= 9 (option not accepted)
    - BOOTSTRAP_LLVM_ENABLE_LTO is producing some large binary
      (uses llvm ir instead of binary code)
      See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943623
* Thanks to this previous change, don't hardcode gcc 8
* Branch llvm-toolchain-10 into its own branch
* Merge recent 9 changes (python 3 and testsuite mostly)
* Disable z3 when the version is too old
2020-02-16 13:18:20 +01:00
Sylvestre Ledru
33627f614f * hurd/hurd-cxx-paths.diff: Fix patch so it can be applied.
* clang-tools-X.Y.install.in: Do not try to install hwasan_symbolize on
  hurd-any.
2020-02-14 23:07:01 +01:00
Sylvestre Ledru
63c644639b * Second RC release
- Should fix the s390x issue (reported upstream)
  (Closes: #950900)
  (Closes: #950899)
2020-02-14 09:48:16 +01:00
Sylvestre Ledru
e1539a0fc4 rebase of the patch 2020-02-12 19:01:25 +01:00
Sylvestre Ledru
7ef910c339 disable one of the hurd patch 2020-02-10 22:55:57 +01:00
Sylvestre Ledru
3c03acb262 rebase of the patch 2020-02-10 22:54:25 +01:00
Sylvestre Ledru
2b3a3ab6f8 rebase of the patches 2020-02-08 22:25:27 +01:00
Sylvestre Ledru
d661cfad84 add missing #/usr/bin/dh-exec 2020-02-08 19:07:50 +01:00
Sylvestre Ledru
04a779c409 add bug number 2020-02-08 17:52:29 +01:00
Sylvestre Ledru
d285842a59 Merge branch '10' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 10 2020-02-08 17:51:29 +01:00
Sylvestre Ledru
17e986d406 rebase of the patch 2020-02-07 15:49:38 +01:00
Sylvestre Ledru
fa3f68f24a remove the .in 2020-02-07 14:57:41 +01:00
Sylvestre Ledru
46534b6a89 also make clang-tools-X.Y.install.in +x for dh-exec 2020-02-07 14:10:55 +01:00
Sylvestre Ledru
7e182b2456 Merge branch 'snapshot-hurd' into 'snapshot'
hurd/hurd-cxx-paths.diff: Drop part of patch applied upstream

See merge request pkg-llvm-team/llvm-toolchain!49
2020-02-07 11:44:16 +00:00
Samuel Thibault
cfc0c35bf2 clang-tools-X.Y.install.in: Do not try to install hwasan_symbolize on hurd-any 2020-02-07 11:36:03 +01:00
Sylvestre Ledru
e92cfc0184 Merge branch '10-hurd' into '10'
hurd/hurd-cxx-paths.diff: Fix patch so it can be applied

See merge request pkg-llvm-team/llvm-toolchain!50
2020-02-07 10:03:58 +00:00
Samuel Thibault
f968f6db8a clang-tools-X.Y.install.in: Do not try to install hwasan_symbolize on hurd-any 2020-02-07 10:05:05 +01:00
Samuel Thibault
ec59040010 hurd/hurd-cxx-paths.diff: Fix patch so it can be applied 2020-02-07 10:03:36 +01:00
Sylvestre Ledru
0964b15d85 Do not try to install hwasan_symbolize on armhf ppc64el as it isn't built 2020-02-06 10:37:46 +01:00
Sylvestre Ledru
e80c4824ce rebase of the patch 2020-02-05 11:04:50 +01:00
Sylvestre Ledru
b53eb4b9c5 update the doc by replacing 9 => 10 2020-02-05 10:52:26 +01:00
Sylvestre Ledru
44aa60f621 disable the thinlto build 2020-02-04 23:26:09 +01:00
Sylvestre Ledru
c866dd8a6e do not hardcode gcc 8 anymore 2020-02-04 23:25:55 +01:00
Sylvestre Ledru
52633865a0 fix a typo 2020-02-04 10:21:27 +01:00
Sylvestre Ledru
8720d17957 First RC release 2020-02-03 11:46:47 +01:00
Sylvestre Ledru
e02f9ce67e rebase of the patch 2020-02-03 10:25:22 +01:00
Sylvestre Ledru
bdcc25f31a rebase of the patch 2020-02-01 10:20:57 +01:00
Samuel Thibault
53c6e38e88 hurd/hurd-cxx-paths.diff: Drop part of patch applied upstream
and fix it so it can be applied
2020-01-28 23:51:56 +01:00
Sylvestre Ledru
2fb108a317 * Install clang-tidy headers in libclang-X.Y-dev
Path: usr/lib/llvm-11/include/clang-tidy/
  Introduced upstream in https://reviews.llvm.org/D73236
2020-01-25 20:02:27 +01:00
Sylvestre Ledru
4059642255 Merge branch 'snapshot' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into snapshot 2020-01-24 09:01:44 +01:00
Gianfranco Costamagna
7dfd93565e Fix changelog with the version that went in experimental 2020-01-23 16:34:35 +01:00
Gianfranco Costamagna
c9e527808f cherry-pick fixes from llvm-9 and llvm-10 branches 2020-01-23 14:55:49 +01:00
Gianfranco Costamagna
89a2954b4f Cherry-pick fixes from 9 branch 2020-01-23 14:55:01 +01:00
Sylvestre Ledru
118039a3b2 remove some useless command now that we moved to 11 2020-01-23 14:52:21 +01:00
Gianfranco Costamagna
a8b105aae2 Add Myself to uploaders 2020-01-23 11:20:29 +01:00
Gianfranco Costamagna
10b8919720 Add Myself to uploaders 2020-01-23 11:20:23 +01:00
Gianfranco Costamagna
18945a241f Fix m68k architecture 2020-01-23 10:56:07 +01:00
Gianfranco Costamagna
24f3099d51 Update versions from 10 to 11 2020-01-23 10:55:16 +01:00
Gianfranco Costamagna
eda53aa589 Drop transitional packages that never existed on 10 branch 2020-01-23 10:46:52 +01:00
Gianfranco Costamagna
6d3f8a374a Drop transitional packages, they never existed in 10 branch 2020-01-23 10:44:48 +01:00
Gianfranco Costamagna
ca7f1e0da3 Merge branch '9' into 10 2020-01-23 10:43:02 +01:00
Sylvestre Ledru
e8a9a83f28 10 => 11 in test 2020-01-23 10:23:45 +01:00
Gianfranco Costamagna
0df42be326 Merge branch '9' into snapshot 2020-01-23 10:09:35 +01:00
Gianfranco Costamagna
56f77a700c Add two new python tests 2020-01-23 10:08:45 +01:00
Gianfranco Costamagna
c98f3add6e Merge branch '9' into snapshot 2020-01-23 09:36:04 +01:00
Gianfranco Costamagna
3b55e252bc Remove space from changelog 2020-01-23 09:29:35 +01:00
Gianfranco Costamagna
adb537ded6 Update changelog, upload to unstable 2020-01-23 09:18:49 +01:00
Gianfranco Costamagna
29d4a3685b Fix link for python3-lldb package 2020-01-23 09:18:49 +01:00
Gianfranco Costamagna
7eadf9746d Add missing runtime dependency and add fix for lldb -P usage 2020-01-23 09:18:49 +01:00
Sylvestre Ledru
14451e5ee0 prepare upload 2020-01-22 14:37:48 +01:00