Commit Graph

574 Commits

Author SHA1 Message Date
Reshabh Sharma
430f8ff5a8 Integrating OpenMP in toolchain 2018-07-10 21:05:15 +00: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
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
1983599738 fix a typo 2018-05-20 23:32:51 +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
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
c114641afb only delete file 2018-04-25 18:32:26 +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
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
231b7c6e16 only run the option when available 2018-04-08 15:06:34 +02:00
Sylvestre Ledru
8a8fe8e723 Remove the info text from the manpages (Closes: #894734) 2018-04-03 19:22:30 +02:00
David Tenty
f8b5a9d80d Migrate to using automatic debug packages 2018-03-31 19:27:18 -04:00
Reshabh Sharma
f25e249938 Enable autopkgtest for amd64 & i386 on the llvm test suite (Closes: #774294) 2018-03-28 10:00:56 +02:00
Sylvestre Ledru
7d1b8a2ae0 do not fail if the dir exists 2018-03-22 13:21:13 +01:00
Sylvestre Ledru
475dacf2e4 Automatically update the debian/README 2018-03-02 13:54:49 +01:00
James Clarke
0ed4f6b28c Merge branch '6.0' into snapshot 2018-02-26 16:32:10 +00:00
James Clarke
78522d1a72 Merge branch '5.0' into 6.0 2018-02-26 16:24:36 +00:00
James Clarke
7d21c31a5a Merge branch '4.0' into 5.0 2018-02-26 16:23:26 +00:00
James Clarke
54970bfc01 Sort LLDB_DISABLE_ARCHS
Gbp-Dch: Ignore
2018-02-26 16:18:06 +00:00
James Clarke
25b2cce129 Disable LLDB on powerpcspe 2018-02-26 16:18:02 +00:00
Sylvestre Ledru
28562ecb44 Merge remote-tracking branch 'origin/6.0' into snapshot 2018-02-24 18:41:33 +01:00
Sylvestre Ledru
78e6cf0487 Merge remote-tracking branch 'origin/5.0' into 6.0 2018-02-24 18:40:31 +01:00
Sylvestre Ledru
56b021d423 Merge remote-tracking branch 'origin/4.0' into 5.0 2018-02-24 18:38:26 +01:00
Sylvestre Ledru
2233aca9a4 Create the directory before having the manpages generated 2018-02-24 18:38:10 +01:00
Sylvestre Ledru
1deca20ccd fix the declaration typo 2018-02-13 12:21:41 +00:00
Sylvestre Ledru
e296d6efd5 * create the directory for the mips stuff
* Use upstream ld.lld manpage instead of help2man
2018-02-13 08:39:13 +00:00
Sylvestre Ledru
568366ecf7 Fail the build when new symbols are added 2018-02-12 16:33:05 +00:00
Sylvestre Ledru
a189c57082 Do not ship liblld-4.0-dbg for now (Closes: #889269) 2018-02-11 11:24:01 +00:00
Sylvestre Ledru
d34e572141 Create the directory for mispel 2018-01-29 19:22:45 +00:00
Sylvestre Ledru
6866255103 Update the creation of the README to unbreak the mips* FTBFS 2018-01-23 07:58:47 +00:00
Sylvestre Ledru
42fc7bcf84 fix the versions 2018-01-18 21:19:38 +00:00
Sylvestre Ledru
228ad20aa7 * Change the versioning from X.Y to X as upstream is using
X.Y.Z and X
  I am keeping the epoch because it would be too complex to manage
  with the various updates scenario
* Two new symbols in libclang
  - clang_getFileContents
  - clang_isInvalidDeclaration
* Fix the VCS-* tags
2018-01-18 19:44:15 +00:00
Sylvestre Ledru
b09d0b5ffb Fix a typo 2018-01-07 15:18:24 +00:00
Sylvestre Ledru
06b90c93e8 remove liblld-6.0-dbg for now 2017-12-22 18:23:11 +00:00
Sylvestre Ledru
da19aa0c89 Bring back the libedit support in lldb
Fix upstream bug https://bugs.llvm.org/show_bug.cgi?id=35291
2017-12-22 10:46:32 +00:00
Sylvestre Ledru
b919d9f746 Bring back the libedit support in lldb
Fix upstream bug https://bugs.llvm.org/show_bug.cgi?id=35291
2017-12-22 10:42:59 +00:00
Sylvestre Ledru
0822fa7d0e * Add a symlink to fix lldb-X.Y (Closes: #881993)
* Do not ship liblld-5.0-dbg as we are not shipping the .so in this version
2017-11-29 15:48:07 +00:00
Sylvestre Ledru
94846f0c53 fix typos 2017-11-24 18:38:07 +00:00
Sylvestre Ledru
c8fddfa301 fix typos 2017-11-24 18:38:07 +00:00
Sylvestre Ledru
ec919ec08d improve the declaration 2017-11-24 18:35:13 +00:00
Sylvestre Ledru
bccf0f1da0 improve the declaration 2017-11-24 18:35:13 +00:00
Sylvestre Ledru
c47b85d737 * Use ?= for some variables declarations
* Remove the hardcoded declarations of llvm version in debian/rules
2017-11-24 18:30:15 +00:00
Sylvestre Ledru
782faad42c * Use ?= for some variables declarations
* Remove the hardcoded declarations of llvm version in debian/rules
2017-11-24 18:28:38 +00:00
Sylvestre Ledru
e8631cdbc0 * Use ?= for some variables declarations
* Remove the hardcoded declarations of llvm version in debian/rules
2017-11-24 18:27:29 +00:00
Sylvestre Ledru
c56d6aff22 Create clang-tools-4.0 and move the various clang tools into it
clang-tools-4.0 depends on clang-4.0. This might affect some packages.
(Closes: #836397)
2017-11-21 21:50:36 +00:00
Sylvestre Ledru
687c1b3b6f * Create clang-tools-4.0 and move the various clang tools into it
clang-tools-4.0 depends on clang-4.0. This might affect some packages.
  (Closes: #836397)
* Update of the copyright file (Closes: #878502)
  Thanks to Nicholas D Steeves for the work
* Take a patch for a stack alignment on sparc64 for rust
  Thanks to John Paul Adrian Glaubitz for the work (Closes: #880221)
* Update of the clang description
* Standards-Version updated to 4.1.1
* Remove some old breaks/replaces/conflicts (<3.8)
* Fix some wrong-section-according-to-package-name and
  priority-extra-is-replaced-by-priority-optional issues
* Backport some patches (originally from rust, and upstreamed) to fix two
  failing tests in rustc.
* Try to fix the mipsel FTBFS (Closes: #877567)
  I am trying the first option from the bug:
  - gsplit-dward on 32 bits archs
  - -g everywhere
  Many thanks to Adrian Bunk for that
* Force the deactivation of ocaml until the transition is done
* Standards-Version: 4.1.0
* Remove the -Wl option to call gold instead of the normal linker
  (Closes: #876787)
* For now, lld doesn't generate shared libs. Removing the files
  (Closes: #857653)
* Add the missing lldb symlinks (Closes: #872237)
* Fixup previous upload, adding -NDEBUG to build flags,
  lost in the -g -> -g1 switch
* Backport of an arm patch for rust.
  https://bugs.llvm.org/show_bug.cgi?id=32379
  (Closes: #876072)
* Link with --no-keep-files-mapped --no-map-whole-files when using gold.
* Fix sanitizer build failure with glibc-2.26.
* build using gold on arm64 and s390x. For backports, arm64 might still
  need the BFD linker, and building with only one or two processes in
  parallel.
* On amd64, s390x, arm64 and ppc64el, build with -g1 instead of -g.
* Set CMAKE_CXX_FLAGS_RELWITHDEBINFO and pass opt_flags.
* Fail the build if the arch + gcc has a broken gsplit-dwarf support
* Fix the FTBFS because of -gsplit-dwarf:
  - Only enable it on archs which needs it
  - Only enable it when gcc supports it correctly
* Rebuild with gcc 7 to fix a relocation error (Closes: #866354)
* Also add a missing include in ftfbs-gcc.diff to fix a ftbfs
  with gcc 7
* ld.lld manpage wasn't installed
* Link LLDB with -latomic on powerpcspe (Closes: #872267)
* Disable -gsplit-dwarf when using gcc 7 for causing a linking issue
  See https://bugs.llvm.org/show_bug.cgi?id=34140
  (Closes: #853526)
* clang was producing unusable binaries on armv5tel (Closes: #873305)
  Thanks to Adrian Bunk for the patch
* Ensure /usr/bin/g++-$(GCC_VERSION) exists (Closes: #871591)
* New stable release
* Add libomp-dev to the suggests of clang
* Add the ld.lld manpage
* Add Provides on python-lldb-x.y & python-clang-x.y & libllvm-x.y-ocaml-dev
  to avoid the recurring problem about conflicts
  (Closes: #835546, #863739, #863742)
* Standards-Version => 4.0.0
* Generate the llvm-tblgen, clang-change-namespace, clang-offload-bundler
  lld, clang++, clang-check, clang-cpp & clang-import-test manpages
* Remove the --no-discard-stderr option from help2man calls
* Try to fix polly on hurd (missing PATH_MAX)
* New snapshot release
* Fix clang-doc generation
  - there was a missing install file
* New snapshot release
* Remove clang-tblgen from clang-X.Y (done by upstream)
* New testing release
2017-11-21 21:15:50 +00:00
Sylvestre Ledru
157ea71cc3 * Try to fix the mipsel FTBFS (Closes: #877567)
I am trying the first option from the bug:
  - gsplit-dward on 32 bits archs
  - -g everywhere
  Many thanks to Adrian Bunk for that
2017-10-21 11:59:51 +00:00