Commit Graph

918 Commits

Author SHA1 Message Date
Sylvestre Ledru
e6e99188f2 Merge remote-tracking branch 'origin/10' into snapshot 2020-07-01 09:28:37 +02:00
Sylvestre Ledru
01dda1c9fc libc++ requires the LLVM_PATH, adding it 2020-06-28 17:44:23 +02:00
Sylvestre Ledru
540ef4243b No longer install clang-import-test (upstream change) See https://reviews.llvm.org/D82169 2020-06-25 14:24:25 +02:00
Sylvestre Ledru
5eb2800780 Pass CLANG_VENDOR to CLANG_BOOTSTRAP_PASSTHROUGH Fix https://bugs.llvm.org/show_bug.cgi?id=38998 For our friends of https://github.com/ClangBuiltLinux/ 2020-05-27 15:24:33 +02:00
Alexander Volkov
bb5876c178 Add missing semicolon 2020-05-25 11:51:23 +00:00
Sylvestre Ledru
6f053508a1 build libc++ with -DLIBCXX_USE_COMPILER_RT=YES and -DLIBCXXABI_USE_COMPILER_RT=YES 2020-04-25 00:09:06 +02:00
Gianfranco Costamagna
3bea2aed6c Disable riscv64 tests on Ubuntu 2020-04-22 09:27:44 +02:00
Sylvestre Ledru
a0f5abc2c4 clean up rules (dup) 2020-04-21 12:07:46 +02:00
Sylvestre Ledru
16a8720d7a bring back -DLLVM_LINK_LLVM_DYLIB=ON 2020-04-21 12:01:53 +02:00
Sylvestre Ledru
6e9306e3e9 remove duplicate cmake flag 2020-04-21 11:56:43 +02:00
Sylvestre Ledru
ef17048a5a Merge remote-tracking branch 'origin/10' into snapshot 2020-04-19 22:24:34 +02:00
Sylvestre Ledru
117c971773 Enable LLVM_ENABLE_DUMP 2020-04-19 00:52:29 +02:00
Sylvestre Ledru
77d09c0dd3 add a version check 2020-04-17 23:22:34 +02:00
Sylvestre Ledru
d1379f6de0 * Add -DLLVM_POLLY_LINK_INTO_TOOLS=OFF to workaround
https://bugs.llvm.org/show_bug.cgi?id=45571
2020-04-16 18:16:05 +02:00
Sylvestre Ledru
a4742d03b8 Merge remote-tracking branch 'origin/10' into snapshot 2020-04-11 11:59:35 +02:00
Sylvestre Ledru
636c28e406 Also ship polly libs. Fixes bug #44870 (upstream) 2020-04-10 10:27:49 +02:00
Sylvestre Ledru
45b8336ad6 Merge remote-tracking branch 'origin/10' into snapshot 2020-04-09 17:11:47 +02:00
Sylvestre Ledru
0695035a44 reorder cmake build arg 2020-04-07 10:16:37 +02:00
Sylvestre Ledru
c471c172d4 more typos 2020-03-31 23:47:27 +02:00
Sylvestre Ledru
bf461e4451 improve the s390s change doc 2020-03-30 11:08:33 +02:00
Gianfranco Costamagna
af11890030 Commit ubunut patch from <xnox> to change default s390x minimum arch 2020-03-27 05:17:29 +01:00
Sylvestre Ledru
db2178ef49 Fix the libclang-cpp* packages 2020-03-02 20:31:38 +01:00
Sylvestre Ledru
fb40b3780f Add a libclang-cpp10-dev package (needed to unbreak the cmake) https://bugs.llvm.org/show_bug.cgi?id=42432 2020-03-01 22:29:27 +01:00
Gianfranco Costamagna
828fbdd9b3 Add forgotten chmod +x to the libomp-X-Y-dev.install file, to let dh-exec do its job 2020-02-25 20:04:11 +01:00
Sylvestre Ledru
6a26661f3a Pass -DCOMPILER_RT_USE_LIBCXX=NO to the build system to bring fuzzer library back https://bugs.llvm.org/show_bug.cgi?id=41956 2020-02-16 17:36:10 +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
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
Gianfranco Costamagna
89a2954b4f Cherry-pick fixes from 9 branch 2020-01-23 14:55:01 +01:00
Gianfranco Costamagna
ca7f1e0da3 Merge branch '9' into 10 2020-01-23 10:43:02 +01:00
Gianfranco Costamagna
29d4a3685b Fix link for python3-lldb package 2020-01-23 09:18:49 +01:00
Sylvestre Ledru
ab16b5cb2b Merge remote-tracking branch 'origin/9' into snapshot 2020-01-11 12:27:30 +01:00
Gianfranco Costamagna
a4681d5a02 Move python2.7 to python3 for clang binaries, Reupload to sid (Closes: #948409) 2020-01-08 12:17:34 +01:00
Sylvestre Ledru
fb1f456314 remove libbye from the install 2020-01-03 00:43:17 +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
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
6d955ccc9c * experimental New snapshot release
* Enable mlir
2019-12-25 23:28:09 +01:00
Sylvestre Ledru
c05f6c9129 Remove python-lldb-9 2019-12-25 19:16:23 +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
c0281a9de9 do not fail the build is help2man is failing 2019-12-16 17:45:16 +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
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
Sylvestre Ledru
583a094319 Rely on pre-initialized dpkg-architecture variables.
Fixes lintian: debian-rules-sets-dpkg-architecture-variable
See https://lintian.debian.org/tags/debian-rules-sets-dpkg-architecture-variable.html for more details.
2019-12-08 21:02:53 +01:00
Sylvestre Ledru
e7d54dd00b * Fix some paths, upstream moved from site-packages
to dist-packages for python packages
2019-12-03 14:04:52 +01:00
Gianfranco Costamagna
8a657bbcf0 it turned out that the z3 disable flag was not effective because not passed through the stage2 clang build process 2019-11-29 14:35:28 +01:00
Gianfranco Costamagna
100c94ad93 We are already using -g1 everywhere, don't make the rules file look difficult to understand 2019-11-26 09:48:13 +01:00
Gianfranco Costamagna
3e6b8215c4 Add patch to take care of z3 enable or disable in rules file 2019-11-26 09:47:49 +01:00