Commit Graph

662 Commits

Author SHA1 Message Date
Reshabh Sharma
430f8ff5a8 Integrating OpenMP in toolchain 2018-07-10 21:05:15 +00:00
Sylvestre Ledru
119026f39a rebase of the patch 2018-07-05 11:49:35 +02:00
Sylvestre Ledru
8db1a1c6ed rebase of the patches 2018-06-29 09:52:40 +02:00
Sylvestre Ledru
7eaf9e664a rebase of the patch 2018-06-26 09:53:27 +02:00
Sylvestre Ledru
8ccab3d9ec rebase of the patches 2018-06-08 09:46:30 +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
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
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
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
33cf2c3ee3 fix the space 2018-04-26 17:12:24 +02:00
Sylvestre Ledru
d9d6aefc9b Try to fix an issue with hurd 2018-04-26 15:46:12 +02:00
Sylvestre Ledru
5d7a2a3d4d disable the test as it was merge upstream 2018-04-26 07:58:54 +02:00
Sylvestre Ledru
4637bc72a3 don't ship with this patch 2018-04-25 09:22:32 +02:00
Sylvestre Ledru
ccaed10037 * Remove sysconf_interceptor_bypass_test.cc because it makes
Debian unstable and Ubuntu bionic freeze
* Remove the info text from the manpages (Closes: #894734)
* Enable autopkgtest for amd64 & i386 on the llvm test suite
  (Closes: #774294)
* Fix the lintian error 'privacy-breach-uses-embedded-file'
  (Closes: #829361)
* Create symlink to run-clang-tidy-X.Y.py to remove its .py extension
  (Closes: #892089)
* Migrate to automatic debug packages (Closes: #893267)
2018-04-25 09:15:24 +02:00
Sylvestre Ledru
fbc7ff6a1c remove old patch 2018-04-25 00:01:46 +02:00
Sylvestre Ledru
6329bfed56 Remove sysconf_interceptor_bypass_test.cc because it makes Debian unstable and Ubuntu bionic freeze
* Remove sysconf_interceptor_bypass_test.cc because it makes
  Debian unstable and Ubuntu bionic freeze
* Remove the info text from the manpages (Closes: #894734)
* Enable autopkgtest for amd64 & i386 on the llvm test suite
  (Closes: #774294)
* Fix the lintian error 'privacy-breach-uses-embedded-file'
  (Closes: #829361)
* Create symlink to run-clang-tidy-X.Y.py to remove its .py extension
  (Closes: #892089)
* Migrate to automatic debug packages (Closes: #893267)
* debian/patches/install-lldb-sb-headers.patch: Install lldb's
  SB headers (pr36630).  Thanks to Pavel Labath <labath@google.com>.
  (LP: #1761009) (Closes: #895051)
2018-04-24 21:12:46 +02:00
Sylvestre Ledru
6fb10d0965 rebase of the patch 2018-04-11 12:07:00 +02:00
Sylvestre Ledru
176230b3c7 debian/patches/install-lldb-sb-headers.patch: Install lldb's SB headers (pr36630). Thanks to Pavel Labath <labath@google.com>. LP: #1761009 2018-04-06 18:48:06 +02:00
Sylvestre Ledru
7deef1bda3 Remove the fix-LLVM_VERSION_PATCH.diff patch (applied upstream) 2018-04-06 17:27:13 +02:00
Sylvestre Ledru
c0250258a5 Remove sysconf_interceptor_bypass_test.cc because it makes Debian unstable and Ubuntu bionic freeze 2018-04-06 17:08:57 +02:00
Sylvestre Ledru
77c2bdca91 library-binary-filename.diff removed (applied upstream) 2018-04-06 17:06:40 +02:00
Sylvestre Ledru
507565043a Remove sysconf_interceptor_bypass_test.cc because it makes Debian unstable and Ubuntu bionic freeze 2018-04-06 17:06:01 +02:00
Sylvestre Ledru
3101385abf fix version 2018-04-03 19:22:59 +02:00
Sylvestre Ledru
8a8fe8e723 Remove the info text from the manpages (Closes: #894734) 2018-04-03 19:22:30 +02:00
Sylvestre Ledru
0fac73a926 library-binary-filename.diff removed (applied upstream) 2018-03-29 13:26:28 +02:00
Nicholas D Steeves
75ae8865bc Add patches to use static docs using Debian-provided MathJax
Signed-off-by: Nicholas D Steeves <nsteeves@gmail.com>
2018-03-22 12:09:30 +01:00
Sylvestre Ledru
7cd3737d90 Fix the FTBFS with glibc 2.27 2018-03-21 22:56:46 +01:00
Sylvestre Ledru
092fc6cb5c * Fix debian-watch-uses-insecure-uri as upstream has now https
* Standards-Version updated to 4.1.3
2018-03-17 17:24:28 +01:00
Sylvestre Ledru
6211306511 Remove a bunch of old unused patches 2018-03-17 17:07:31 +01:00
Sylvestre Ledru
64ba469658 remove old unused patches 2018-03-17 16:53:34 +01:00
Sylvestre Ledru
cceff2cff1 silent a test failing because of a gold update 2018-02-28 16:15:54 +01:00
Sylvestre Ledru
41611042c6 fix the patch directory 2018-02-28 13:53:11 +01:00
Sylvestre Ledru
be5e78e767 remove a non existing patch 2018-02-26 18:33:37 +01:00
Sylvestre Ledru
b56ec17f38 fix the series file 2018-02-25 15:27:14 +01:00
Sylvestre Ledru
28562ecb44 Merge remote-tracking branch 'origin/6.0' into snapshot 2018-02-24 18:41:33 +01:00
Sylvestre Ledru
deb187428f fix the series 2018-02-24 17:13:57 +01:00
Sylvestre Ledru
e7e7e94cc6 remove useless file 2018-02-24 17:00:25 +01:00
Sylvestre Ledru
69f86ccf36 Move the VCS to git. Many thanks to James Clarke for doing the conversion 2018-02-23 19:56:59 +01:00
Sylvestre Ledru
01acae7078 Move the VCS to git. Many thanks to James Clarke for doing the conversion 2018-02-23 19:55:26 +01:00
Sylvestre Ledru
968e135c40 Move the VCS to git. Many thanks to James Clarke for doing the conversion 2018-02-23 19:52:02 +01:00
John Paul Adrian Glaubitz
6f2f69cc4e Add proposed upstream patch by James Clarke to add the
missing __tls_get_addr symbol to the symbol table for
TLS calls on SPARC (Closes: #890401)
2018-02-14 20:26:06 +00:00
John Paul Adrian Glaubitz
ae9c6b6c71 Add proposed upstream patch by James Clarke to add the
missing __tls_get_addr symbol to the symbol table for
TLS calls on SPARC (Closes: #890401)
2018-02-14 19:30:01 +00:00
John Paul Adrian Glaubitz
b42af65183 Add proposed upstream patch by James Clarke to add the
missing __tls_get_addr symbol to the symbol table for
TLS calls on SPARC (Closes: #890401)
2018-02-14 18:42:35 +00:00
Sylvestre Ledru
54d2f6d288 Ignore the test tools/gold/X86/comdat.ll
until https://bugs.llvm.org/show_bug.cgi?id=36166
is fixed.
Will fix the ftbfs on x86
2018-02-14 12:12:28 +00:00
Sylvestre Ledru
81afee5854 Ignore the test tools/gold/X86/comdat.ll
until https://bugs.llvm.org/show_bug.cgi?id=36166
is fixed.
Will fix the ftbfs on x86
2018-02-14 12:11:41 +00:00
Sylvestre Ledru
7f7c2cb0fe refresh of the patches 2018-02-10 10:21:52 +00:00