Commit Graph

454 Commits

Author SHA1 Message Date
Sylvestre Ledru
f210aa2a96 Merge remote-tracking branch 'origin/7' into 8 2019-01-24 08:49:07 +01:00
Sylvestre Ledru
91979c4d26 Merge remote-tracking branch 'origin/6.0' into 7 2019-01-24 08:47:20 +01:00
Sylvestre Ledru
05d312140c Remove 'Multi-Arch: same' in libclang (Closes: #874248) 2019-01-24 08:45:08 +01:00
Sylvestre Ledru
4be97db289 fix a syntax issue 2019-01-17 11:52:01 +01:00
Sylvestre Ledru
f888c7ab8a Merge remote-tracking branch 'origin/7' into 8 2019-01-17 10:35:07 +01:00
Sylvestre Ledru
33b97f7ef0 Because more and more tools in clang-tools are in python, add the dependency 2019-01-17 10:34:18 +01:00
Sylvestre Ledru
371048c793 this is now version 8 2019-01-16 15:33:36 +01:00
Sylvestre Ledru
c5d3661799 fix the dep for real 2019-01-07 10:14:06 +01:00
Sylvestre Ledru
e498c3cd6a Revert "llvm-7-examples: Force the same version of llvm-7-dev to mitigate a debci issue https://ci.debian.net/data/autopkgtest/unstable/amd64/l/llvm-toolchain-7/1635547/log.gz"
This reverts commit b8546552cc.
2019-01-05 12:23:59 +01:00
Sylvestre Ledru
ad29ec1841 Merge remote-tracking branch 'origin/7' into snapshot 2019-01-04 19:09:57 +01:00
Sylvestre Ledru
ee2b231141 Add 'Rules-Requires-Root: no' in debian/control 2019-01-04 16:11:18 +01:00
Sylvestre Ledru
b8546552cc llvm-7-examples: Force the same version of llvm-7-dev to mitigate a debci issue https://ci.debian.net/data/autopkgtest/unstable/amd64/l/llvm-toolchain-7/1635547/log.gz 2019-01-04 16:00:51 +01:00
Sylvestre Ledru
837792d5cc Merge remote-tracking branch 'origin/7' into snapshot 2018-12-27 00:21:54 +01:00
Sylvestre Ledru
2416269467 consistency in the clang name 2018-12-22 00:01:00 +01:00
Sylvestre Ledru
de04863fc4 * Disable gold for sparc* (Closes: #913260)
* Try to integrate a pach to make pch reproducible
  Thanks to Rebecca Palmer for the patch
  (Closes: #877359)
* Fix a non-break space in a patch (Closes: #913213)
* Upload of 7.0.1 rc2 into unstable
* New testing release
* Enable the stage2 bootstrap:
  - stage1 = build clang with gcc
  - stage2 = clang building itself
  (Closes: #909234)
* Bring back the Disable NEON generation on armhf patch which was gone
  Should fix the FTBFS on armhf
  (Closes: #842142)
* Update the clang manpage to remove osx specific options
  and to add -arch (Closes: #743133)
* Bring back usr/lib/@DEB_HOST_MULTIARCH@/{libiomp5.so, libomp5.so}
  symlink for gcc (Closes: #912641)
* New testing release
* Remove the dump of cmake error file (too confusing)
* Try to fix the bootstrap FTBFS :
  - on armel by forcing the link to -latomic
  - mips-rdhwr.diff: backport D51773 to fix an
    assembly issue on mips.
    Thanks to jrtc27 for finding the issue.
* Update the watch file to display the right version
  (even if the download will fail)
* clang-7 suggests libomp-7-dev instead of libomp-dev
* Make sure that we don't conflict openmp & libc++ with llvm-defaults's
  (Closes: #912544)
* Handle better the non coinstability of openmp & libc++ (like we are doing
  with python-clang-*)
* Backport upstream fix D51749 to address a rust aarch64 issues
  (Closes: #909705)
* Add tests from old bugs to make sure they don't come back
  (Closes: #889832, #827866)
* The sanitizers use the versionned llvm-symbolizer provided by the
  llvm-X package (Closes: #753572)
* clangd-atomic-cmake.patch: Link against atomic for clangd in i386
* When the cmake configure of the stage2 is failing, dump the cmake error log
* Declare some variables (-Wno-*) for all platforms (was failing on mips)
* Update the watch file to display the right version
  (even if the download will fail)
* clang-7 suggests libomp-7-dev instead of libomp-dev
* Make sure that we don't conflict openmp & libc++ with llvm-defaults's
  (Closes: #912544)
* Handle better the non coinstability of openmp & libc++ (like we are doing
  with python-clang-*)
* Backport upstream fix D51749 to address a rust aarch64 issues
  (Closes: #909705)
* Add tests from old bugs to make sure they don't come back
  (Closes: #889832, #827866)
* The sanitizers use the versionned llvm-symbolizer provided by the
  llvm-X package (Closes: #753572)
* Experiment the clang bootstrap
* Try to boostrap clang using clang
* Apply hurd fixes (Closes: #908847).
 - hurd-lib_Support_Unix_Path.inc.diff
 - hurd-pathmax.diff
 - hurd-tools_llvm-shlib_CMakeLists.txt.diff
* Team upload
* Upload to unstable
* Disable for now the bootstrapping clang patches
* Try to bootstrap (currently in a different branch)
* Split the builds in different make target
* Add python-pygments as dep of llvm-7-tools because
  opt-viewer.py needs it
* Add back libomp5-X.Y.symbols.in (untested)
* Fix the install of clang bash completion
* Start the work on bootstraping clang
  - bootstrap-with-openmp-version-export-missing.diff: fix a link issue
    https://bugs.llvm.org/show_bug.cgi?id=39200
  - bootstrap-fix-include-next.diff: Fix an include issue at bootstrap phase
    https://bugs.llvm.org/show_bug.cgi?id=39162
* Take option two in bug #877567 to fix FTBFS on mips and mipsel
* Add patch to fix missing include and library paths on x32
* Non-maintainer upload.
* Apply hurd fixes (Closes: #908847).
  - hurd-lib_Support_Unix_Path.inc.diff
  - hurd-pathmax.diff
  - hurd-tools_llvm-shlib_CMakeLists.txt.diff
2018-11-10 15:00:46 +01:00
Sylvestre Ledru
d9b6d3fd40 * Make sure that we don't conflict openmp & libc++ with llvm-defaults's
* Handle better the non coinstability of openmp & libc++ (like we are doing
  with python-clang-*)
2018-11-01 11:39:59 +01:00
Sylvestre Ledru
c1cb700593 clang-7 suggests libomp-7-dev instead of libomp-dev 2018-11-01 10:55:29 +01:00
Sylvestre Ledru
25272f3abd Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7 2018-10-16 14:35:00 +02:00
Gianfranco Costamagna
54dc14d1e2 Merge branch '7' into snapshot 2018-10-10 11:29:39 +02:00
Gianfranco Costamagna
955b576083 Fix testsuite on amd64 platform, add missing runtime python modules for llvm-tools package 2018-10-10 11:27:44 +02:00
Sylvestre Ledru
8b2eb31519 Add python-pygments as dep of llvm-7-tools because opt-viewer.py needs it 2018-10-06 23:05:03 +02:00
Sylvestre Ledru
4fa5bcbe52 Merge remote-tracking branch 'origin/7' into snapshot 2018-10-02 13:07:40 +02:00
Sylvestre Ledru
0e066b184b Disable ocaml on armel 2018-10-02 10:25:15 +02:00
Sylvestre Ledru
41b5d1a21e * Remove bat files https://bugs.llvm.org/show_bug.cgi?id=30755
* Fix the autopkgtest script (no gcc in the test)
* remove dep from lld to llvm-8-dev because lld
  doesn't use LLVM LTO
* remove old Replaces/Breaks
* Standards-Version: 4.2.1
2018-09-27 00:23:22 +01:00
Sylvestre Ledru
6d365c027b remove the lto package, not a good idea 2018-09-25 23:48:39 +01:00
Sylvestre Ledru
a5b8ca7299 fix a typo 2018-09-25 17:40:06 +02:00
Sylvestre Ledru
eac6d99183 bring back ocaml 2018-09-25 14:43:13 +02:00
Sylvestre Ledru
a54bc66d06 Standards-Version: 4.2.1 2018-09-25 14:40:47 +02:00
Sylvestre Ledru
82ef1354de * remove dep from lld to llvm-7-dev because lld
doesn't use LLVM LTO
* remove old Replaces/Breaks
2018-09-25 14:40:22 +02:00
Sylvestre Ledru
3609b7b651 add the libllvm-lto-7-dev dep 2018-09-25 14:39:02 +02:00
Sylvestre Ledru
7e0e54429e add missing break/replace 2018-09-25 13:10:57 +02:00
Sylvestre Ledru
24bf47f8a8 Create a new llvm-lto-7-dev package to ship lto This will avoid to download llvm-dev to get lld 2018-09-25 10:30:43 +01:00
Sylvestre Ledru
255acb6882 Merge remote-tracking branch 'origin/7' into snapshot 2018-09-20 11:58:36 +02:00
Sylvestre Ledru
0597fee131 Remove circular dependency by removing python-lldb-7: Depends: liblldb-7-dev (Closes: #888889) 2018-09-20 11:56:42 +02:00
Sylvestre Ledru
83bc245bc4 Merge remote-tracking branch 'origin/7' into snapshot 2018-09-19 08:44:33 +02:00
Sylvestre Ledru
52e967c258 try to improve the non coinstability 2018-09-18 21:54:53 +02:00
Sylvestre Ledru
a3da7d05f6 Merge remote-tracking branch 'origin/7' into snapshot 2018-09-18 21:45:51 +02:00
Reshabh Sharma
8960a2eb7b Revert "OpenMP packages are coinstallable"
This reverts commit cb8571939a.
2018-09-17 22:14:20 +05:30
Reshabh Sharma
21fb4ae029 Revert "make libc++ packages coinstallable"
This reverts commit a9ef6d378f.
2018-09-17 22:10:18 +05:30
Sylvestre Ledru
ed325d7bc0 Merge remote-tracking branch 'origin/7' into snapshot 2018-09-14 11:32:16 +02:00
Reshabh Sharma
a9ef6d378f make libc++ packages coinstallable 2018-09-13 23:52:01 +05:30
Reshabh Sharma
cb8571939a OpenMP packages are coinstallable 2018-09-13 23:12:16 +05:30
Gianfranco Costamagna
ff2dadf52e Move the committed changes into a new release entry 2018-09-13 18:04:57 +02:00
Gianfranco Costamagna
6c4f6bf324 Upload to unstable 2018-09-13 18:01:51 +02:00
Sylvestre Ledru
8018e3a079 * Build llvm using -DLLVM_USE_PERF=yes (Closes: #908707)
* libc++-8-dev doesn't provide libstdc++-dev anymore (Closes: #908738)
* Disable OpenMP on unsupported architecture x32
2018-09-13 15:30:02 +02:00
Sylvestre Ledru
4bc24cc840 libc++-7-dev doesn't provide libstdc++-dev anymore (Closes: #908738) 2018-09-13 15:26:41 +02:00
Sylvestre Ledru
efdb07121a * Fix inverted logic in ifeq statement for POLLY_ENABLE
and OPENMP_ENABLE (Closes: #908646)
* Drop gnustep and gnustep-devel suggestions (Closes: #902847)
* Enable polly on s390x
* Disable omp on armel mips and mipsel for now
2018-09-12 20:41:16 +02:00
Gianfranco Costamagna
7f77aecf8a Disable omp also on armel 2018-09-12 18:04:41 +02:00
Gianfranco Costamagna
af4586c28f Disable libomp on mips and mipsel for now 2018-09-12 17:15:20 +02:00
Gianfranco Costamagna
6500d72eb0 Drop gnustep and gnustep-devel suggestions (Closes: #902847) 2018-09-12 10:53:46 +02:00