Commit Graph

3767 Commits

Author SHA1 Message Date
Sylvestre Ledru
ca5022f5f9 experimental New snapshot release 2020-01-04 11:52:19 +01:00
Sylvestre Ledru
23c639b684 rebase of the patch 2020-01-04 11:51:45 +01:00
Sylvestre Ledru
1886743cbc Merge recent 9 changes (python 3 and testsuite mostly) 2020-01-04 10:49:39 +01:00
Sylvestre Ledru
70b522218e Merge remote-tracking branch 'origin/9' into snapshot 2020-01-04 10:48:55 +01:00
Gianfranco Costamagna
9ad05c3ebe Upload to sid 2020-01-04 08:52:26 +01:00
Gianfranco Costamagna
13091a1b30 Do not run z3 tests if z3 support is not enabled 2020-01-04 08:51:45 +01:00
Gianfranco Costamagna
e65c59ef80 Force a python3 shebang on python modules to fix testsuite 2020-01-04 08:49:27 +01:00
Sylvestre Ledru
11c49fe593 rebase of the patch 2020-01-03 09:50:40 +01:00
Sylvestre Ledru
fb1f456314 remove libbye from the install 2020-01-03 00:43:17 +01:00
Sylvestre Ledru
e650a50fd8 rebase of the patch 2020-01-02 22:59:48 +01:00
Sylvestre Ledru
6684f35c9d Add a '+' in the version (as the old upload is high than the one without) Will be removed in 11 2019-12-30 23:31:12 +01:00
Sylvestre Ledru
a958f0b737 * Disable the polly testsuite:
- freezing in the current build
  - not a big deal if failing
2019-12-30 23:29:34 +01:00
Sylvestre Ledru
4c39deca27 * Introduce python3-clang-10 (closes: #942826)
* Remove python-lldb-10
* Remove Python 2 deps (Closes: #945695)
* Build polly docs and manpages only when polly is enabled (Closes: #947236)
* Introduce python3-clang-9 (closes: #942826)
* Remove python-lldb-9
* Remove Python 2 deps (Closes: #945695)
2019-12-29 19:24:48 +01:00
Sylvestre Ledru
7de134cd50 prepare upload 2019-12-29 12:47:27 +01:00
Sylvestre Ledru
b8ee09960d fix changelog 2019-12-29 12:37:44 +01:00
John Paul Adrian Glaubitz
df8b6900fe Build polly docs and manpages only when polly is enabled 2019-12-26 22:48:24 +01:00
Sylvestre Ledru
750a70db9f disable mlir build, not ready yet because of upstream bugs 2019-12-26 09:13:51 +01:00
Sylvestre Ledru
9ab4442817 fix the version 2019-12-25 23:29:09 +01:00
Sylvestre Ledru
9e4a8de956 Sync 9 into 10 2019-12-25 23:28:30 +01:00
Sylvestre Ledru
6d955ccc9c * experimental New snapshot release
* Enable mlir
2019-12-25 23:28:09 +01:00
Sylvestre Ledru
0db2295d90 * Introduce python3-clang-9 (closes: #942826)
* Remove Python 2 deps (Closes: #945695)
2019-12-25 19:25:38 +01:00
Sylvestre Ledru
c05f6c9129 Remove python-lldb-9 2019-12-25 19:16:23 +01:00
Sylvestre Ledru
9958e77a41 Introduce python3-clang-9 2019-12-25 19:13:03 +01:00
Sylvestre Ledru
f26c761136 remove patches applied upstream 2019-12-25 18:38:32 +01:00
Sylvestre Ledru
e51d461208 rebase of the patch 2019-12-25 18:37:42 +01:00
Sylvestre Ledru
159d6777aa * Include upstream patch D71028 for rust mips tests (Closes: #946874)
* Include upstream patch D60657 for rust support on riscv64.
* New stable release
* Team upload.
* Commit Breaks/Replaces into git
* Fix llvm-9-tools Breaks/Replaces libclang-common-9-dev (<< 1:9.0.1~+rc2)
  (Closes: #946473)
* New snapshot release + upload to unstable
* Use secure URI in debian/watch.
* Move source package lintian overrides to debian/source.
* Remove patches force-gcc-header-obj.diff, hurd-pathmax.diff, impl-
  path-hurd.diff, libcxxabi-arm-ehabi-fix.patch, libcxxabi-test-don-t-
  fail-extended-long-double.patch, revert-change-soname.diff, try-to-
  unbreak-thinlto.diff that are missing from debian/patches/series.
* Rely on pre-initialized dpkg-architecture variables.
* Move transitional package libclang-cpp1-9 to oldlibs/optional per
  policy 4.0.1.
* llvm-riscv64-fix-cffi.diff: backport patch to fix CFI directives on
  riscv64 from master.
* New snapshot release
* Fix some paths, upstream moved from site-packages
  to dist-packages for python packages
* Move yaml-bench from libclang-common-X.Y-dev to llvm-X.Y-tools where
  it belongs
  See http://lists.llvm.org/pipermail/llvm-dev/2019-December/137337.html
* Add a project in the cmake-test to silent a warning
  (Closes: #945489)
* New snapshot release
* Patch cmake files to disable the z3 support in Ubuntu
* Simplify rules file to put -g1 everywhere
* Add a project in the cmake-test to silent a warning (Closes: #945489)
2019-12-25 18:23:22 +01:00
Sylvestre Ledru
49aed04be5 remove artifact 2019-12-25 18:18:36 +01:00
Sylvestre Ledru
90985d2b91 Merge branch '9' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 9 2019-12-24 12:29:42 +01:00
Sylvestre Ledru
32987bf0d0 add a test for clang-tidy 2019-12-24 12:29:36 +01:00
Sylvestre Ledru
e829c8422f patch rebased 2019-12-23 23:35:14 +01:00
Sylvestre Ledru
342e98d482 upload to unstable 2019-12-22 22:39:20 +01:00
Sylvestre Ledru
052f5dcdbf Merge branch '9-riscv64-d60657' into '9'
Include upstream patch D60657 for rust support on riscv64.

See merge request pkg-llvm-team/llvm-toolchain!46
2019-12-22 10:47:02 +00:00
Aurelien Jarno
ec315806ef Include upstream patch D60657 for rust support on riscv64. 2019-12-21 14:11:55 +01:00
James Clarke
d3c0a47536 Fix upstream patch D71028 for LLVM 9 (Closes: #946874) 2019-12-20 21:56:42 +00:00
Sylvestre Ledru
be78110f6b disable the mips test for now 2019-12-20 09:01:25 +01:00
Sylvestre Ledru
a6fc5bfdb9 include upstream patch D71028 for rust mips tests (Closes: #946874) 2019-12-19 13:56:40 +01:00
Gianfranco Costamagna
345ea2ec85 Update again to unstable with updated changelog 2019-12-19 00:26:47 +01:00
Sylvestre Ledru
c0281a9de9 do not fail the build is help2man is failing 2019-12-16 17:45:16 +01:00
Sylvestre Ledru
f686aadfdf rebase of the patch 2019-12-15 16:59:17 +01:00
Gianfranco Costamagna
2362600e97 Import Ubuntu delta in Debian, fixes the upgrade path from sid to experimental 2019-12-15 01:24:37 +01:00
Sylvestre Ledru
c8fabc598d Merge branch 'fix-riscv64' into '9'
llvm-riscv64-fix-cffi.diff: backport patch to fix CFI directives on riscv64 from master.

See merge request pkg-llvm-team/llvm-toolchain!45
2019-12-14 11:38:51 +00:00
Aurelien Jarno
56beb28b79 llvm-riscv64-fix-cffi.diff: backport patch to fix CFI directives on riscv64 from master. 2019-12-14 11:49:36 +01:00
Sylvestre Ledru
68cccd3341 fix a typo 2019-12-11 08:39:16 +01:00
Sylvestre Ledru
e2b108c943 Install usr/lib/llvm-@LLVm_VERSION@/lib/clang/@LLVM_VERSION_FULL@/bin/hwasan_symbolize in clang-tools-X.Y 2019-12-10 14:11:40 +01:00
Sylvestre Ledru
5eba40cb2a Revert "Bump debhelper from old 9 to 12."
This reverts commit 5dc1a03a77.
2019-12-09 17:30:17 +01:00
Sylvestre Ledru
6e97d14530 fix changelog 2019-12-08 21:05:23 +01:00
Sylvestre Ledru
f43ee22c8a Revert "Set debhelper-compat version in Build-Depends."
This reverts commit 7fb92390f8.
2019-12-08 21:03:41 +01:00
Sylvestre Ledru
589a4e357d Move transitional package libclang-cpp1-9 to oldlibs/optional per policy 4.0.1.
Fixes lintian: transitional-package-should-be-oldlibs-optional
See https://lintian.debian.org/tags/transitional-package-should-be-oldlibs-optional.html for more details.
2019-12-08 21:03:12 +01:00
Sylvestre Ledru
7fb92390f8 Set debhelper-compat version in Build-Depends.
Fixes lintian: uses-debhelper-compat-file
See https://lintian.debian.org/tags/uses-debhelper-compat-file.html for more details.
2019-12-08 21:03:12 +01:00
Sylvestre Ledru
5dc1a03a77 Bump debhelper from old 9 to 12.
+ debian/rules: Move --fail-missing argument to dh_missing.

Fixes lintian: package-uses-old-debhelper-compat-version
See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details.
2019-12-08 21:03:12 +01:00