Commit Graph

141 Commits

Author SHA1 Message Date
Sylvestre Ledru
bf7d7801f4 Merge remote-tracking branch 'origin/7' into 8 2019-02-04 08:37:27 +01:00
Sylvestre Ledru
0d62419943 dumpversion test 2019-02-03 17:28:33 +01:00
Sylvestre Ledru
f888c7ab8a Merge remote-tracking branch 'origin/7' into 8 2019-01-17 10:35:07 +01:00
Sylvestre Ledru
5a7d283d4e add a test for bug https://bugs.llvm.org/show_bug.cgi\?id\=40059 2019-01-15 21:47:27 +01:00
Gianfranco Costamagna
dda0d31864 Merge branch '7' into snapshot 2019-01-02 12:40:55 +01:00
Gianfranco Costamagna
5f1403be69 Add dpkg-dev build dependency, used in various dpkg calls
ignore a test on i386, due to bug: https://bugs.llvm.org/show_bug.cgi?id=26580#c18
2019-01-02 12:37:09 +01:00
Sylvestre Ledru
837792d5cc Merge remote-tracking branch 'origin/7' into snapshot 2018-12-27 00:21:54 +01:00
Sylvestre Ledru
95b23e80c1 Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7 2018-12-22 00:06:56 +01:00
Sylvestre Ledru
a2cde1ab59 add tests for the dbg & buildid issue 2018-12-22 00:06:21 +01:00
Sylvestre Ledru
a314e76e19 add tests for the dbg & buildid issue 2018-12-22 00:01:56 +01:00
Sylvestre Ledru
4574aab59e Enable more tests, just don't fail on them 2018-12-17 11:04:41 +01:00
Sylvestre Ledru
4c72333341 remove a temp file 2018-12-17 11:01:30 +01:00
Sylvestre Ledru
5a1349d0c5 Merge remote-tracking branch 'origin/7' into snapshot 2018-12-14 10:06:01 +01:00
Sylvestre Ledru
afc5bd71f2 verify that llvm-config doesn't export -W 2018-12-13 15:35:42 +01:00
Sylvestre Ledru
43c68d7d21 Merge remote-tracking branch 'origin/7' into snapshot 2018-11-21 22:41:46 +01:00
Sylvestre Ledru
bde1bb9e42 add a testcase for bug https://bugs.debian.org/cgi-bin/bugreport.cgi\?bug=914201 2018-11-21 09:17:14 +01:00
Sylvestre Ledru
34a2a44a19 use the versioned clang 2018-11-16 12:45:18 +01:00
Sylvestre Ledru
e1473e66f3 doesn't segfault anymore, enabling the test 2018-11-16 12:44:27 +01:00
Sylvestre Ledru
c755f1a46f Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7 2018-11-16 10:35:24 +01:00
Sylvestre Ledru
d3d41b8103 Add example:
https://bugs.llvm.org/show_bug.cgi?id=39427
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913271
2018-11-15 14:16:27 +01:00
Sylvestre Ledru
d6f8ecf3e0 remote temp files 2018-11-15 14:16:18 +01:00
Sylvestre Ledru
5e7c1dfabd add one more check 2018-11-15 14:16:02 +01:00
Sylvestre Ledru
c767e1d56e add more examples 2018-11-11 20:54:42 +01:00
Sylvestre Ledru
8d271f38a9 silent the output 2018-11-10 21:50:16 +01:00
Sylvestre Ledru
f78287b60f silent the output 2018-11-10 21:50:04 +01:00
Sylvestre Ledru
236c52abdd remove an hardcoded version 2018-11-10 21:37:07 +01:00
Sylvestre Ledru
032afd2867 fix mistakes 2018-11-10 15:03:39 +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
7e5c11fd6b add a test for bug 913213 2018-11-10 10:16:31 +01:00
Sylvestre Ledru
aa11793612 add the failing testcase https://bugs.llvm.org/show_bug.cgi?id=26580 2018-11-08 09:44:57 +01:00
Gianfranco Costamagna
96f574d464 Fix testsuite on i386, by ignoring test results on some broken test 2018-11-06 13:16:09 +01:00
Sylvestre Ledru
fcc6121745 restrict the check to make it work on i386 2018-11-06 12:15:04 +01:00
Sylvestre Ledru
efadf6233b show the output when the test is failing 2018-11-05 09:37:46 +01:00
Sylvestre Ledru
3c4ea787dc add example from LP#1586215 2018-11-05 09:13:49 +01:00
Sylvestre Ledru
e3b5de9260 redirect the output 2018-11-04 09:40:37 +01:00
Sylvestre Ledru
c4949e8123 must be run below debian/ 2018-11-04 09:40:27 +01:00
Sylvestre Ledru
6d62e0a519 Add a test for bug 876973 2018-11-04 09:32:53 +01:00
Sylvestre Ledru
a04dde93c9 fix a test 2018-11-01 15:55:55 +01:00
Sylvestre Ledru
a620f52ff6 The sanitizers use the versionned llvm-symbolizer provided by the llvm-X package (Closes: #753572) 2018-11-01 14:32:04 +01:00
Sylvestre Ledru
e002b34e40 Add a test for bug 827866 2018-11-01 13:33:13 +01:00
Sylvestre Ledru
25526d0a90 Add a test for bug 889832 2018-11-01 13:27:29 +01:00
Sylvestre Ledru
98734ef6b9 change the saved directory for scan-build 2018-10-21 21:24:56 +02:00
Sylvestre Ledru
7489b5b30f still run the test on amd64 2018-10-11 18:11:38 +02:00
Sylvestre Ledru
1b53da8964 Still run the test, just don't stop when it is failing 2018-10-11 17:27:23 +02:00
Gianfranco Costamagna
c91f278d27 Merge branch '7' into snapshot 2018-10-11 17:18:10 +02:00
Gianfranco Costamagna
b432cc5ff9 Ignore for now an i386 test error, that needs to be addressed with a fix, add g++ to test dependencies 2018-10-11 17:17:27 +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
396b6bf1eb * In debci, run qualify-clang.sh in verbose mode
* Only run the g++ test if g++ exist
2018-10-06 08:26:16 +02:00
Sylvestre Ledru
2a5564a61e remove old comment 2018-10-05 09:54:14 +02:00