Commit Graph

292 Commits

Author SHA1 Message Date
Sylvestre Ledru
975e896b4d liblld-5.0-dev depends on liblld-5.0 (Closes: #856545) 2017-12-05 14:46:53 +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
11e2315cd7 Move libomp-dev from Suggests to Recommends (Closes: #882781) 2017-11-26 22:52:46 +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
9d57e8265c Fix some wrong-section-according-to-package-name and
priority-extra-is-replaced-by-priority-optional issues
2017-11-20 11:09:50 +00:00
Sylvestre Ledru
080a1c010c 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-20 11:07:53 +00:00
Sylvestre Ledru
4482962a73 Remove some old breaks/replaces/conflicts (<3.8) 2017-11-20 10:13:20 +00:00
Sylvestre Ledru
559d210920 Standards-Version updated to 4.1.1 2017-11-20 10:11:16 +00:00
Sylvestre Ledru
61e8519ba8 Update of the clang description 2017-11-20 10:10:48 +00:00
Sylvestre Ledru
e784e58e94 comment the ocaml deps 2017-10-13 19:38:09 +00:00
Sylvestre Ledru
8ea018b3ba * Force the deactivation of ocaml until the transition is done
* Standards-Version: 4.1.0
2017-10-13 19:26:15 +00:00
Sylvestre Ledru
cac9b04107 Force the deactivation of ocaml until the transition is done 2017-10-13 19:20:56 +00:00
Sylvestre Ledru
3d3d89deda * 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.
2017-09-18 19:59:54 +00:00
Sylvestre Ledru
78982e2b84 * Backport of an arm patch for rust.
https://bugs.llvm.org/show_bug.cgi?id=32379
  (Closes: #876072)
* 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.
2017-09-18 19:53:51 +00:00
Sylvestre Ledru
d1998126f0 Take an ugly workaround to build with gcc 7
See https://bugs.llvm.org/show_bug.cgi?id=34140
2017-08-24 21:00:55 +00:00
Sylvestre Ledru
8c8254206b * New snapshot release
* Force the usage of gcc 6 until the link issues are fixed
2017-08-12 09:22:28 +00:00
Sylvestre Ledru
a7a0e6c516 fix the version name 2017-07-27 21:19:52 +00:00
Sylvestre Ledru
8ad745132d Upload as a new package 2017-07-27 21:19:04 +00:00
Sylvestre Ledru
289c32e7e4 Upload a new package 2017-07-27 21:07:02 +00:00
Sylvestre Ledru
e80a4868fd Rebuild with gcc 7 to fix a relocation error (Closes: #866354) 2017-07-26 07:18:55 +00:00
Sylvestre Ledru
ae2614f277 use -DPOLLY_BUNDLED_JSONCPP=OFF & add pkg-config as a dep (to help find
the files)
2017-06-21 16:08:52 +00:00
Sylvestre Ledru
07f940eea3 * Standards-Version => 4.0.0
* Generate the llvm-tblgen & lld manpages
2017-06-18 21:17:52 +00:00
Sylvestre Ledru
c84be606ab * Standards-Version => 4.0.0
* Generate the llvm-tblgen manpage
2017-06-18 21:16:39 +00:00
Sylvestre Ledru
922fb03f02 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)
2017-06-18 21:01:03 +00:00
Sylvestre Ledru
75087aa4a6 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)
2017-06-18 21:00:54 +00:00
Sylvestre Ledru
f821ed6019 Add libomp-dev to the suggests of clang 2017-06-14 17:08:17 +00:00
Sylvestre Ledru
163adaa309 Add libomp-dev to the suggests of clang 2017-06-14 17:06:37 +00:00
Sylvestre Ledru
45f800faef Only enable libfuzzer for Linux kernel.
Thanks to Pino Toscano for the patch
2017-05-06 08:06:02 +00:00
Sylvestre Ledru
2d81a37090 Only enable libfuzzer for Linux kernel.
Thanks to Pino Toscano for the patch
2017-05-06 08:03:20 +00:00
Sylvestre Ledru
01da8eacbc Just like with snapshot, add libncurses in the list of build deps
(Closes: #861170)
2017-04-25 11:32:44 +00:00
Sylvestre Ledru
21cd363378 Limit the archs where the ocaml binding is built
Should fix the FTBFS
Currently amd64 arm64 armel armhf i386
2017-04-15 15:20:59 +00:00
Sylvestre Ledru
575d1a798d Limit the archs where the ocaml binding is built
Should fix the FTBFS
Currently amd64 arm64 armel armhf i386
2017-04-15 15:19:21 +00:00
Sylvestre Ledru
b03cbf14b4 try to unbreak the build by adding libncurses5-dev in the build deps 2017-04-10 18:39:34 +00:00
Sylvestre Ledru
e986818a72 remove the ocaml stuff 2017-04-09 12:43:13 +00:00
Sylvestre Ledru
ca711d0698 remove the ocaml stuff 2017-04-09 12:40:03 +00:00
Sylvestre Ledru
a7d70b3891 Explicit the dep of clang-tidy on same version of llvm to avoid
undefined symbols
2017-03-28 13:40:03 +00:00
Sylvestre Ledru
1646d8a6ce Explicit the dep of clang-tidy on same version of llvm to avoid
undefined symbols
2017-03-28 13:39:27 +00:00
Sylvestre Ledru
f66539762c Explicit the dep of clang-format on same version of llvm to avoid
undefined symbols
2017-03-14 09:48:55 +00:00
Sylvestre Ledru
516ed03b36 Explicit the dep of clang-format on same version of llvm to avoid
undefined symbols
2017-03-14 09:47:42 +00:00
Sylvestre Ledru
36865c6e06 Fix the VCS-* links 2017-01-19 17:10:18 +00:00
Sylvestre Ledru
c593da3f05 new snapshot release 2017-01-14 11:10:21 +00:00
Sylvestre Ledru
929d6e2128 snapshot => 4.0 2017-01-14 11:03:38 +00:00
Sylvestre Ledru
3141709652 Also install python-lldb-4.0 when installing lldb-4.0 (Closes: #851171) 2017-01-14 10:47:57 +00:00
Sylvestre Ledru
5c2afe5871 * Build lld
- d/p/lld-arg-cmake-issue.diff fixes upstream bug #27685
2017-01-06 16:19:45 +00:00
Sylvestre Ledru
e7e4c84ff7 remove unsupported syntax 2016-11-15 15:30:51 +00:00
Sylvestre Ledru
18c9c055a5 * New snapshot release
* d/p/0011-SimplifyCFG-Hoisting-invalidates-metadata.patch: Also apply bug 29163
  to fix some issues in rust (Closes: #842956)
  Many thanks to Ximin Luo for the investigation
* libclang-common-4.0-dev: missing multilib binaries for the sanitizer
  libraries (Closes: #841923)
  Many thanks to Norbert Lange for the changes
* d/p/clang-fix-cmpxchg8-detection-on-i386.patch:
  libcxx atomic tests for old i386 fail with wrong Atomic inline width.
  Needed for libc++
  (See https://llvm.org/bugs/show_bug.cgi?id=19355)
* d/p lldb-addversion-suffix-to-llvm-server-exec.patch:
  Fix the lldb-server call in some cases
* LLVMConfig.cmake was installed into wrong location
  Install a symlink from lib/cmake/llvm to share/llvm/cmake
  (Closes: #839234)
* Fix a path issue in scan-view. Thanks Riccardo Magliocchetti
  (Closes: #838572)
* The libstdc++-6-dev & libobjc-6-dev are only install with clang-X.Y
  and libclang-X.Y-dev and no longer with libclang1-X.Y
  (Closes: #841309)
* Team upload
* d/p/drop-wrong-hack-arm64.patch:
  - drop hack that was preventing the package from building on
    non-amd64 64bit architectures:
2016-11-11 17:45:18 +00:00
Sylvestre Ledru
c26698ba41 limit the archs for g++-multilib 2016-11-06 21:56:19 +00:00
Sylvestre Ledru
c573e326bc libclang-common-3.9-dev: missing multilib binaries for the sanatizer
libraries (Closes: #841923)
Many thanks to Norbert Lange for the changes
2016-11-05 13:36:42 +00:00
Sylvestre Ledru
3eb35be56b libclang-common-3.9-dev: missing multilib binaries for the sanatizer
libraries (Closes: #841923)
Many thanks to Norbert Lange for the changes
2016-11-05 13:33:49 +00:00
Sylvestre Ledru
a405cb76c8 * The libstdc++-6-dev & libobjc-6-dev are only install with clang-X.Y
and libclang-X.Y-dev and no longer with libclang1-X.Y
  (Closes: #841309)
* Fix the VCS-* fields
2016-10-24 08:52:19 +00:00