Sylvestre Ledru
cc9911af6e
* Add override_dh_makeshlibs for the libllvm or liblldb versions
...
Thanks to Julien Cristau for the patch
* Bring back the ocaml binding. thanks to Cyril Soldani for the patch
(Closes : #858626 )
2017-03-28 07:22:31 +00:00
Sylvestre Ledru
1fc70cb750
remove the empty llvm package ( Closes : #858626 )
2017-03-25 21:38:27 +00:00
Sylvestre Ledru
2c8ac1c14e
Fix the broken liblldb-3.8-dev links ( Closes : #856864 )
2017-03-12 08:49:28 +00:00
Sylvestre Ledru
dac33f327f
* Remove the info section from the generated manpages ( Closes : #846269 )
...
* Fix the path to lldb-server (to lldb-server-3.8) (Closes : #846638 )
* Also install python-lldb-3.8 when installing lldb-3.8 (Closes : #846612 )
* Disable libedit usage in lldb because of garbage (Closes : #846616 )
2016-12-20 09:08:07 +00:00
Sylvestre Ledru
849a2e688f
fix a typo in the check sanitizer
2016-11-11 17:45:54 +00:00
Sylvestre Ledru
7edcbc81fc
Enable the sanitizers testsuite
2016-11-11 15:17:02 +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
95169ec8cc
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 )
2016-10-24 08:41:56 +00:00
Sylvestre Ledru
bc173cfa88
Build lldb on arm64. Hopefully, works.
2016-09-04 12:25:55 +00:00
Sylvestre Ledru
e9c0774ac3
Disable lldb on mips64el (same as in 3.9)
2016-08-16 11:28:35 +00:00
Sylvestre Ledru
c5ab781e10
Bring back the lto (gone with the cmake migration)
...
(Closes : #819333 ) (upstream: #27223 )
2016-08-08 16:50:18 +00:00
Sylvestre Ledru
db87b5390e
* Generate manpages for lli, lldb-mi & git-clang-format
...
* Fix some lintian overrides
2016-08-08 08:47:28 +00:00
Sylvestre Ledru
b71c1abcae
amd64 llvm testsuite is green, bring back the failure in case of error
2016-08-07 14:11:21 +00:00
Sylvestre Ledru
70a4bd3129
Use filter into of findstring in the gold usage. Thanks Doko for the
...
suggestion
2016-08-07 13:22:46 +00:00
Sylvestre Ledru
ddcd6b5bd0
* Disable the usage of ld gold on powerpc ( Closes : #833583 )
...
* Revert drop-avx512-from-skylake.diff, it is causing some regressions in the
testsuite
* Disable lldb on ppc64
2016-08-07 12:12:54 +00:00
Sylvestre Ledru
22222abc7f
Fix the detection of gcc. This broke the build on the latest unstable
2016-08-06 20:30:11 +00:00
Sylvestre Ledru
45fe7b69ea
Ship libFuzzer in its own package (libfuzzer-X.Y-dev) ( Closes : #820159 )
2016-08-04 17:20:48 +00:00
Sylvestre Ledru
e9f1d28b13
* Sync from Ubuntu. Many thanks to Matthias Klose
...
- drop-avx512-from-skylake.diff: Don't enable AVX512 on Skylake, as it's
a server cpu feature and breaks llvmpipe on workstations.
- Remove the build tree before calling dh_strip; at least the amd64 buildd
runs out of diskspace at this step.
- Add support for gcc's attribute abi_tag (needed for compatibility with
GCC 5's libstdc++); taken from the trunk (Closes : #797038 )
(LP: #1510042 , #1488254 )
2016-07-28 09:15:10 +00:00
Gianfranco Costamagna
7b02ad421c
Drop useless and bad hack on rules file
2016-07-27 12:09:15 +00:00
Sylvestre Ledru
da042a5363
Hopefully fix the FTBFS on armel
2016-07-25 15:57:41 +00:00
Sylvestre Ledru
4007a1cf0d
Disable lldb on sparc64 ( Closes : #832371 )
2016-07-25 11:49:39 +00:00
Gianfranco Costamagna
aed95f3c14
Try to enable mips64el, consistently with mips and mipsel
2016-07-22 16:41:40 +00:00
Sylvestre Ledru
f052b34682
* Bring back llvm-3.8-tools to life
...
* ship clang-tblgen & yaml-bench as part of the libclang-common-X.Y-dev
package
2016-07-20 12:31:02 +00:00
Sylvestre Ledru
138285575a
Bring back llvm-tools to life
2016-07-20 08:21:18 +00:00
Sylvestre Ledru
629bbcbe25
Fix the FTBFS under mips/mipsel? (enable the link against atomic)
...
(Closes : #820537 )
2016-07-03 10:12:36 +00:00
Sylvestre Ledru
2b69b184b1
Add -gsplit-dwarf to CXXFLAGS to workaround the memory allocation
...
issue on i386 (hopefully)
2016-07-02 19:48:27 +00:00
Sylvestre Ledru
ade0fed9fe
fix the gold declaration
2016-06-26 06:33:35 +00:00
Sylvestre Ledru
833df9a3db
Followup to fix the cmake install ( Closes : #819072 )
2016-06-12 16:27:27 +00:00
Sylvestre Ledru
006aa4f096
only run lldb when doing the code coverage (too many issues otherwise)
2016-06-11 20:23:17 +00:00
Sylvestre Ledru
6b0ab895c1
debian/rules: Ensure ld-gold is used. CMake invokes the linker through
...
g++ most of the time, therefore we need to set -Wl,-fuse-ld=gold.
2016-06-11 14:54:50 +00:00
Pablo Oliveira
fe8484905a
Fix bug 26158 - clang packages don't provide man pages in 3.7 and 3.8
2016-05-26 11:32:03 +00:00
Pablo Oliveira
65c51c9a32
* Fix python-lldb dependencies and make proper symlinks to libLLVM
...
and liblldb as suggested by Graham Inggs (Closes : #821022 ).
* Fix liblldb suffix in lldb/scripts/Python/finishSwigPythonLLDB.py
(Closes : #813798 ).
2016-05-09 15:04:00 +00:00
Sylvestre Ledru
60980f0137
Preparation of 3.8.1
2016-03-28 20:15:24 +00:00
Sylvestre Ledru
03b6cc12d2
with the spaces / tabs
2016-03-14 11:01:30 +00:00
Sylvestre Ledru
0d8cfe6881
Improve the cmake detection (used for llvm.org/apt)
2016-03-13 17:25:37 +00:00
Sylvestre Ledru
7db5a410d0
change the order of the path declaration
2016-03-12 18:55:23 +00:00
Sylvestre Ledru
032fba6d17
if cmake is installed in /tmp/cmake/ uses it
...
Used to build llvm on old ubuntu (precise) on the llvm.org/apt/ ci
2016-03-12 14:08:38 +00:00
Gianfranco Costamagna
2b97c8a523
Improved message for helpers
2016-03-08 10:20:56 +00:00
Sylvestre Ledru
a3daeed38a
improve the txt generation + comments
2016-03-07 13:04:45 +00:00
Gianfranco Costamagna
e213b377c7
Fix polly checks
2016-03-07 12:45:14 +00:00
Gianfranco Costamagna
904f8cdfb8
Do not disable polly on s390x
2016-03-07 12:31:32 +00:00
Gianfranco Costamagna
e2c6557046
Disable polly on s390x
2016-03-07 10:01:43 +00:00
Sylvestre Ledru
8816882602
ok, let's ship it
2016-03-05 10:45:39 +00:00
Sylvestre Ledru
651d5e531c
fix some lldb install issue
2016-03-05 08:22:56 +00:00
Sylvestre Ledru
d03409dc83
* New upstream release
...
* install missing file (TODO bug lldb)
2016-03-04 16:56:55 +00:00
Sylvestre Ledru
6df26a99ec
* New snapshot release
...
* clang-tidy-3.8: Remove Breaks/Replaces on clang-modernize-3.8.
* Disable lldb on s390x.
2016-02-25 13:26:49 +00:00
Sylvestre Ledru
dc22bf0057
* New snapshot release
...
* Remove build-llvm/ after the install step to save space.
Most of the rc1 builds failed because of hd space.
2016-02-03 15:21:15 +00:00
Sylvestre Ledru
4678747a3e
fixed some various issues
2016-02-03 07:55:20 +00:00
Sylvestre Ledru
f19419341f
For now, disable the fail on testsuite on amd64 & i386
2016-01-20 17:51:48 +00:00
Sylvestre Ledru
08f5bc9767
Update control/rules to support CMake
2016-01-04 12:46:28 +00:00