Commit Graph

42 Commits

Author SHA1 Message Date
Sylvestre Ledru
a2cd24ff77 add more libc++abi test 2018-08-27 10:52:06 +02:00
Sylvestre Ledru
77682082f8 update of the test 2018-08-27 10:48:19 +02:00
Sylvestre Ledru
2b4466eb09 test thinlto 2018-08-20 22:07:29 +02:00
Sylvestre Ledru
c18767898c force the delete 2018-08-16 09:35:35 +02:00
Sylvestre Ledru
87dd7dc332 update the sanitize syntax to remove a warning 2018-08-16 09:35:29 +02:00
Sylvestre Ledru
5b0c08b45b remove a dup declaration 2018-08-16 09:35:12 +02:00
Sylvestre Ledru
e696c2b56c More tests 2018-08-15 23:38:53 +02:00
Sylvestre Ledru
0ac13a9382 remove more stuff 2018-08-15 23:28:55 +02:00
Sylvestre Ledru
072fa75ae6 fix the version in the path 2018-08-15 23:28:43 +02:00
Sylvestre Ledru
6a1107cc45 fix the install 2018-08-15 23:28:04 +02:00
Sylvestre Ledru
913c0db72d also test clang++-libc++ 2018-08-15 22:24:06 +02:00
Sylvestre Ledru
c861461381 also test libc++ with g++ 2018-08-15 22:18:46 +02:00
Sylvestre Ledru
78a99f2500 make it less verbose 2018-08-15 22:18:32 +02:00
Sylvestre Ledru
c901b29aa7 fix the version declaration 2018-08-15 22:18:11 +02:00
Sylvestre Ledru
51434258fc add a bunch of libc++ tests 2018-08-15 16:56:17 +02:00
Sylvestre Ledru
5b86835d13 comment until it is ready 2018-08-15 16:56:06 +02:00
Sylvestre Ledru
780f6750e7 more dpkg -i 2018-08-15 16:55:53 +02:00
Sylvestre Ledru
747013fdbb add bug 903709 testcase 2018-08-15 16:24:04 +02:00
Sylvestre Ledru
00d64dc8fb add the detailled command line to install stuff 2018-08-15 16:23:06 +02:00
Sylvestre Ledru
7b587b9bdc add some packages check 2018-07-12 10:47:07 +02:00
Sylvestre Ledru
323754813d -I is no longer needed 2018-07-12 10:37:27 +02:00
Sylvestre Ledru
8b61e67541 Also test openmp 2018-07-10 10:13:40 +02:00
Sylvestre Ledru
bf52d52473 d/p/force-gcc-header-obj.diff Fix the detection of the objc path 2018-05-09 14:24:51 +02:00
Sylvestre Ledru
ca9e22174a d/p/force-gcc-header-obj.diff Fix the detection of the objc path 2018-05-09 14:23:53 +02:00
Sylvestre Ledru
803058736f also recommend to install objc header 2018-05-09 14:08:00 +02:00
Sylvestre Ledru
8b13e24e41 version 7 is probably safer 2018-05-09 14:04:33 +02:00
Sylvestre Ledru
4d63ef42e0 add a missing package to the list 2018-05-08 13:12:32 +02:00
Sylvestre Ledru
2ba9959ba1 add a missing package to the list 2018-05-08 13:12:12 +02:00
Sylvestre Ledru
e6f2b61e4f add a missing package to the list 2018-05-08 13:09:27 +02:00
Sylvestre Ledru
30962b2ef3 Add python-yaml as dep for clang-tidy (Closes: #890514)
* Add python-yaml as dep for clang-tidy (Closes: #890514)
* Make CMake find_package(Clang) work. Fixes upstream bug
  https://bugs.llvm.org/show_bug.cgi?id=37128
  - Move Clang*.cmake back to /usr/lib/llvm-X.Y/lib/cmake/clang and install a
    symlink in /usr/lib/cmake/clang-X.Y.
  - Ensure that the LLVM installation prefix is correctly discovered despire
    symlinks (replaces fix-cmake-config-prefix.diff).
  - Create /usr/lib/llvm-X.Y/bin/clang-X.Y symlink as required by
    ClangTargets-relwithdebinfo.cmake.
  - Remove useless LLVM_CMAKE_DIR sed command that did not match anything.
  - Ignore missing binaries in ClangTargets-relwithdebinfo.cmake.
* New snapshot release
* Fix a typo in the debci
2018-05-08 12:29:15 +02:00
Sylvestre Ledru
44db7ce6bf Make CMake find_package(Clang) work. Fixes upstream bug https://bugs.llvm.org/show_bug.cgi?id=37128
* Make CMake find_package(Clang) work. Fixes upstream bug
  https://bugs.llvm.org/show_bug.cgi?id=37128
  - Move Clang*.cmake back to /usr/lib/llvm-X.Y/lib/cmake/clang and install a
    symlink in /usr/lib/cmake/clang-X.Y.
  - Ensure that the LLVM installation prefix is correctly discovered despire
    symlinks (replaces fix-cmake-config-prefix.diff).
  - Create /usr/lib/llvm-X.Y/bin/clang-X.Y symlink as required by
    ClangTargets-relwithdebinfo.cmake.
  - Remove useless LLVM_CMAKE_DIR sed command that did not match anything.
  - Ignore missing binaries in ClangTargets-relwithdebinfo.cmake.
2018-05-08 12:27:10 +02:00
Sylvestre Ledru
f4d8f7217e clean up every thing after launching the tests 2018-05-08 12:22:44 +02:00
Peter Wu
ff7cf7d85a qualify-clang: improve CMake test
* Explicitly check that both the default CMake find_package and the
  explicit version-specific check works as intended.
* Set CC/CXX to avoid requiring an additional compiler to be installed.
* Add comment to workaround objc test failure on Ubuntu 14.04 and 16.04.
2018-05-07 23:45:51 +02:00
Sylvestre Ledru
d8c085e89c Move the cmake check above 2018-05-07 22:13:55 +02:00
Sylvestre Ledru
fa18d05b0d Add a list of packages to install. Thanks to Peter Wu 2018-05-07 22:13:37 +02:00
Peter Wu
8ab8cd7b37 Make Clang cmake files more usable
* Move Clang*.cmake back to /usr/lib/llvm-X.Y/lib/cmake/clang and
  install a symlink in /usr/lib/cmake/clang-X.Y to ensure that CMake can
  still find it.
* Ensure that the LLVM installation prefix is correctly discovered
  despire symlinks (replaces fix-cmake-config-prefix.diff).
* Create /usr/lib/llvm-X.Y/bin/clang-6.0 symlink as required by
  ClangTargets-relwithdebinfo.cmake.
* Remove useless LLVM_CMAKE_DIR sed command that did not match anything.
* Ignore missing binaries in ClangTargets-relwithdebinfo.cmake.
* Add regression test to qualify-clang.sh.
2018-05-07 00:05:47 +02:00
Sylvestre Ledru
9dc9d98af4 Merge remote-tracking branch 'origin/6.0' into snapshot 2018-04-25 18:41:45 +02:00
Sylvestre Ledru
0cebef7cba also test with -fuse-ld=lld-X.Y 2018-04-25 15:11:38 +02:00
Sylvestre Ledru
b7d346efb2 adjust the script for 7 2018-02-27 09:09:30 +01:00
Sylvestre Ledru
a9bfce2ded adjust the script for 6.0 2018-02-27 09:08:54 +01:00
Sylvestre Ledru
bc2ebe390d adjust the script for 5.0 2018-02-27 09:08:29 +01:00
Sylvestre Ledru
4f47c2ac95 add a script to test the usual non regressions 2018-02-27 09:04:04 +01:00