Commit Graph

1974 Commits

Author SHA1 Message Date
Sylvestre Ledru
10ebb40afb simplify a bit the declaration 2018-07-11 09:50:38 +02:00
Sylvestre Ledru
56d41a6a66 also install libomptarget.so 2018-07-11 09:49:57 +02:00
Sylvestre Ledru
07618a651c Integrate opemp as part of the llvm-toolchain packages Bravo to Reshabh Sharma for his work 2018-07-10 23:09:19 +02:00
Sylvestre Ledru
d3d6aef14b Merge branch 'snapshot' into 'snapshot'
Integrating OpenMP in toolchain

See merge request pkg-llvm-team/llvm-toolchain!4
2018-07-10 21:05:15 +00:00
Reshabh Sharma
430f8ff5a8 Integrating OpenMP in toolchain 2018-07-10 21:05:15 +00:00
Sylvestre Ledru
8b61e67541 Also test openmp 2018-07-10 10:13:40 +02:00
Sylvestre Ledru
66eb659784 improve the doc 2018-07-07 13:00:56 +02:00
Sylvestre Ledru
cdfc21c77f disable Padding in scan-build to see if its fixes my issue 2018-07-07 12:58:16 +02:00
Sylvestre Ledru
119026f39a rebase of the patch 2018-07-05 11:49:35 +02:00
Sylvestre Ledru
3f935e992f * Fix the version with snapshot packages
Fixes upstream issue https://bugs.llvm.org/show_bug.cgi?id=37729
* Bump std-version to 4.1.4, no changes required
2018-06-29 15:53:01 +02:00
Sylvestre Ledru
8db1a1c6ed rebase of the patches 2018-06-29 09:52:40 +02:00
Gianfranco Costamagna
00bc6dbeb9 Bump std-version to 4.1.4, no changes required 2018-06-27 16:25:16 +02:00
Sylvestre Ledru
7eaf9e664a rebase of the patch 2018-06-26 09:53:27 +02:00
Sylvestre Ledru
42eb85d0f7 Merge branch 'snapshot' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into snapshot 2018-06-22 15:10:12 +02:00
Sylvestre Ledru
120d52a1ea * New snapshot release
* Also ship hmaptool in clang-tools-X
2018-06-22 12:00:29 +02:00
Sylvestre Ledru
76c9a0a3d5 clang_getCompletionFixIt, clang_getCompletionNumFixIts & getTokenclang added as new symbols of libclang1 2018-06-13 10:38:15 -07:00
Sylvestre Ledru
8ccab3d9ec rebase of the patches 2018-06-08 09:46:30 +02:00
Sylvestre Ledru
1983599738 fix a typo 2018-05-20 23:32:51 +02:00
Sylvestre Ledru
7e606233e8 add the bug number 2018-05-20 21:50:30 +02:00
Sylvestre Ledru
a615a0eb97 * Enable WebAssembly & ARV as experimental archs
* d/p/force-gcc-header-obj.diff Fix the detection of the objc path
2018-05-20 21:49:15 +02:00
Sylvestre Ledru
3f9ca600a0 add testplugin.so 2018-05-20 10:27:03 +02:00
Sylvestre Ledru
cf2402725e Also ship diagtool 2018-05-17 09:57:36 +02:00
Sylvestre Ledru
30c3593272 Revert "Add Ubuntu Cosmic to supported distro (from Adam Conrad)"
Merged upstream

This reverts commit 06c6a832b2.
2018-05-10 10:49:38 +02:00
Gianfranco Costamagna
06c6a832b2 Add Ubuntu Cosmic to supported distro (from Adam Conrad) 2018-05-10 10:00:34 +02:00
Gianfranco Costamagna
f7fa260082 Add Ubuntu Cosmic to supported distro (from Adam Conrad) 2018-05-10 09:57:21 +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
9484e7ff51 d/p/force-gcc-header-obj.diff Fix the detection of the objc path 2018-05-09 14:21:54 +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
Sylvestre Ledru
9fdd3268f8 Merge branch 'cmake-clang-qualify' into '5.0'
qualify-clang: improve CMake test

See merge request pkg-llvm-team/llvm-toolchain!3
2018-05-08 06:33:01 +00: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
e31f283247 Add python-yaml as dep for clang-tidy (Closes: #890514) 2018-05-07 23:27:32 +02:00
Sylvestre Ledru
be57a2aa06 prepare for upload 2018-05-07 22:16:34 +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
Sylvestre Ledru
4945e7924f Merge branch 'cmake-fixes' into '5.0'
Make Clang cmake files more usable

See merge request pkg-llvm-team/llvm-toolchain!2
2018-05-07 10:00:31 +00:00
Sylvestre Ledru
2f475b781b Merge branch '5.0' into 'cmake-fixes'
# Conflicts:
#   debian/changelog
2018-05-07 09:58:28 +00:00
Peter Wu
a226425f9b Update changelog with CMake fixes 2018-05-07 00:06:42 +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
464aae3171 New stable release (Spectre Mitigation) AFAIK, only clang has been changed 2018-05-06 12:32:05 +02:00
Sylvestre Ledru
c5c92b4a71 disable the tests for now 2018-04-27 20:33:36 +02:00
Sylvestre Ledru
03e67bfdfa disable tests 2018-04-27 16:29:47 +02:00
Sylvestre Ledru
954530d564 Revert "for now, disable the tests as it is failing in the ci"
This reverts commit ad96490946.
2018-04-27 16:29:30 +02:00