Commit Graph

1520 Commits

Author SHA1 Message Date
James Clarke
054c6418f2 Update Architecture fields for lldb packages
Gbp-Dch: Ignore
2018-03-01 23:38:48 +00:00
Sylvestre Ledru
d7f3ff6409 Merge branch '4.0' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 4.0 2018-02-27 09:07:37 +01:00
Sylvestre Ledru
4f47c2ac95 add a script to test the usual non regressions 2018-02-27 09:04:04 +01:00
Sylvestre Ledru
5c2a257768 Add README doc into the repo 2018-02-27 09:03:51 +01:00
James Clarke
6ddc042fbd Update changelog 2018-02-26 16:21:34 +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
2233aca9a4 Create the directory before having the manpages generated 2018-02-24 18:38:10 +01:00
Sylvestre Ledru
4f6bd52e57 Move the VCS to git. Many thanks to James Clarke for doing the conversion 2018-02-23 19:43:55 +01: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
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
a189c57082 Do not ship liblld-4.0-dbg for now (Closes: #889269) 2018-02-11 11:24:01 +00:00
Sylvestre Ledru
c534fae958 fix the date 2018-02-10 23:02:01 +00:00
Sylvestre Ledru
b09d0b5ffb Fix a typo 2018-01-07 15:18:24 +00:00
Sylvestre Ledru
d326d10c86 add the bug number 2018-01-07 15:11:35 +00:00
Sylvestre Ledru
c30e7c7981 Add the exact version 2017-12-05 14:47:05 +00:00
Sylvestre Ledru
43680ec6bd liblld-4.0-dev depends on liblld-4.0 (Closes: #856545) 2017-12-04 13:45:34 +00:00
Sylvestre Ledru
2ee853f9b7 Move libomp-dev from Suggests to Recommends (Closes: #882781) 2017-11-26 22:52:27 +00:00
Sylvestre Ledru
61262488be Fix the fix-scan-view-path.diff path 2017-11-25 14:18:02 +00:00
Sylvestre Ledru
db619b1558 add the lp bug 2017-11-25 09:26:58 +00:00
Sylvestre Ledru
bf526e14ac add /usr/lib/cuda to the CUDA toolkit search paths
Thanks to Andreas Beckmann for the patch (Closes: #882505)
2017-11-25 09:16:48 +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
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
5efa5e0093 add the missing install file 2017-11-20 11:08:05 +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
dc60527c26 Take a patch for a stack alignment on sparc64 for rust
Thanks to John Paul Adrian Glaubitz for the work (Closes: #880221)
2017-10-30 18:42:15 +00:00
Sylvestre Ledru
0b6f59ecfb Update of the copyright file (Closes: #878502)
Thanks to Nicholas D Steeves for the work
2017-10-19 07:33:27 +00:00
Sylvestre Ledru
5e4558a841 * 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-19 07:06:58 +00:00
Sylvestre Ledru
be94a5a691 * Non-maintainer upload.
* Backport some patches (originally from rust, and upstreamed) to fix two
  failing tests in rustc.
2017-10-18 14:13:52 +00:00
Sylvestre Ledru
e784e58e94 comment the ocaml deps 2017-10-13 19:38:09 +00:00
Sylvestre Ledru
bb01588c4f fix the declarations 2017-10-13 19:27:42 +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
ef58425048 Add the missing lldb symlinks (Closes: #872237) 2017-10-01 17:05:13 +00:00
Sylvestre Ledru
29a4af8174 For now, lld doesn't generate shared libs. Removing the files
(Closes: #857653)
2017-10-01 16:31:05 +00:00
Sylvestre Ledru
c720a61b91 * Remove the -Wl option to call gold instead of the normal linker
(Closes: #876787)
* Fixup previous upload, adding -NDEBUG to build flags,
  lost in the -g -> -g1 switch
* clang was producing unusable binaries on armv5tel (Closes: #873305)
2017-10-01 13:32:54 +00:00
Gianfranco Costamagna
ab59a1516c Add NDEBUG flag, removed in the -g -g1 switch 2017-09-25 08:35:01 +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
7e366d9354 Link with --no-keep-files-mapped --no-map-whole-files when using gold. 2017-09-08 10:01:11 +00:00
Sylvestre Ledru
c2179a304d amd64 doesn't need gsplit dwarf 2017-09-06 11:36:25 +00:00
Sylvestre Ledru
7ca45311b1 fix the declarations 2017-09-03 13:22:25 +00:00
Sylvestre Ledru
4ce48823b9 Fail the build if the arch + gcc has a broken gsplit-dwarf support 2017-09-03 13:15:24 +00:00
Sylvestre Ledru
6998e06eae prepare for release 2017-09-01 18:35:50 +00:00
Sylvestre Ledru
8139ce2552 fix the gcc comparison 2017-09-01 07:02:29 +00:00
Sylvestre Ledru
799d338af9 * Fix the FTBFS because of -gsplit-dwarf:
- Only enable it on archs which needs it
  - Only enable it when gcc supports it correctly
2017-08-31 17:15:31 +00:00
Sylvestre Ledru
1f6eee27a5 Also add a missing include in ftfbs-gcc.diff to fix a ftbfs
with gcc 7
2017-08-26 18:24:40 +00:00
Sylvestre Ledru
bbe3de4b6a fix the date 2017-08-26 15:36:34 +00:00
Sylvestre Ledru
4712260861 clang was producing unusable binaries on armv5tel (Closes #873305)
Thanks to Adrian Bunk for the patch
2017-08-26 15:24:42 +00:00