Gianfranco Costamagna
fb53ad9f53
Update changelog
2018-08-23 09:36:20 +02:00
Gianfranco Costamagna
7b904dfc37
Add ppc64el to lld architectures
2018-08-23 09:24:03 +02:00
Gianfranco Costamagna
8230edeed8
Cosmetic fix
2018-08-22 11:39:04 +02:00
Gianfranco Costamagna
32c1f7a0d8
Upload to unstable
2018-08-22 11:34:11 +02:00
Gianfranco Costamagna
1f4d69cb08
Add liblldb-6.0-dev to python-lldb runtime dependencies, needed to import it
2018-08-22 11:33:21 +02:00
John Paul Adrian Glaubitz
8de0070b2c
Disable polly on powerpcspe
2018-08-21 23:57:53 +02:00
John Paul Adrian Glaubitz
5ed9a0930f
Don't build with ld.gold on powerpcspe
2018-08-21 23:56:58 +02:00
Gianfranco Costamagna
6015c27b60
Upload to experimental
2018-08-17 17:46:09 +02:00
Gianfranco Costamagna
bfbad7adba
Enable lld and lldb on arm64 and mips64el
2018-08-17 17:45:13 +02:00
Sylvestre Ledru
1f2dd632ff
Cherry-pick a patch from 7 to fix an issue with Julia on powerpc - PowerPC-Make-AddrSpaceCast-noop.diff ( Closes : #906314 )
2018-08-17 08:57:19 +02:00
Sylvestre Ledru
06db0d2490
Standards-Version: 4.2.0
2018-08-15 15:29:54 +02:00
Sylvestre Ledru
fb9b5de12d
Disable force-gcc-header-obj.diff as it is introducing some regressions in the search headers ( Closes : #903709 )
2018-08-15 15:25:51 +02:00
Gianfranco Costamagna
97bbf0aabc
Upload to unstable
2018-08-09 10:06:30 +02:00
Gianfranco Costamagna
a9533b6cce
patch refresh
2018-08-09 09:51:36 +02:00
Sylvestre Ledru
1b9a007590
Backport to fix a miscompilation issue with rust. See https://github.com/rust-lang/rust/issues/52694 and https://github.com/rust-lang/llvm/pull/106
2018-07-26 15:04:09 +02:00
Dimitri John Ledkov
dab06e3efe
Enable lldb on ppc64el
2018-07-20 09:29:40 +02:00
Gianfranco Costamagna
21d173d47e
Bump std-version to 4.1.4, no changes required
2018-06-27 16:24:43 +02:00
Sylvestre Ledru
47b0f4b9db
New stable release
2018-06-27 12:03:01 +02:00
Sylvestre Ledru
501fcb3a79
New testing release
2018-06-16 02:21:47 +02:00
Sylvestre Ledru
ff21bcda8c
New testing release
2018-06-04 23:34:20 +02:00
Sylvestre Ledru
a1692c7031
fix a typo
2018-05-20 23:32:22 +02:00
Sylvestre Ledru
8ba03cacb5
add the bug number
2018-05-20 21:50:19 +02:00
Sylvestre Ledru
e0a5b517fe
* d/p/force-gcc-header-obj.diff Fix the detection of the objc path
...
* Add ubuntu cosmic to Ubuntu supported releases
2018-05-20 21:46:41 +02:00
Sylvestre Ledru
a8b6e99426
Enable WebAssembly & ARV as experimental archs
2018-05-20 21:45:57 +02:00
Gianfranco Costamagna
f7fa260082
Add Ubuntu Cosmic to supported distro (from Adam Conrad)
2018-05-10 09:57:21 +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
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
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
8131e9ff12
disable tests
2018-04-27 16:29:09 +02:00
Sylvestre Ledru
3bcbc94a70
Revert "for now, disable the tests as it is failing in the ci"
...
This reverts commit 6a1b120e42
.
2018-04-27 16:28:55 +02:00
Sylvestre Ledru
6a1b120e42
for now, disable the tests as it is failing in the ci
2018-04-27 09:11:40 +02:00
Sylvestre Ledru
26a7b1ebb8
* New snapshot release
...
* Fix a typo in the debci
2018-04-27 09:02:05 +02:00
Sylvestre Ledru
8f254c81fe
Fix a typo in the llvm automation
2018-04-27 08:58:50 +02:00