Sylvestre Ledru
07fa90d02b
remove an old comment
2017-01-14 12:52:10 +00:00
Sylvestre Ledru
a234b6ac60
update of the changelog
2017-01-14 12:43:25 +00:00
Sylvestre Ledru
929d6e2128
snapshot => 4.0
2017-01-14 11:03:38 +00:00
Sylvestre Ledru
daebc06217
Bring back the content of llvm-4.0-doc ( Closes : #844616 )
2017-01-14 10:57:13 +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
62dca9d14c
* New snapshot release
...
* d/p/lldb-server-link-issue.patch removed, merged upstream
2017-01-10 11:12:06 +00:00
Sylvestre Ledru
246e26c24a
fix the path detection of lldb
2017-01-09 14:54:57 +00:00
Sylvestre Ledru
04ffd2599e
patch applied upstream
2017-01-09 10:20:41 +00:00
Sylvestre Ledru
a6c8c74ae9
check if the file exists or not
2017-01-08 21:38:44 +00:00
Sylvestre Ledru
b60cfd92d7
Fix the install of non existing libs
2017-01-08 08:45:16 +00:00
Sylvestre Ledru
8de5f275db
fix a typo
2017-01-07 22:28:28 +00:00
Sylvestre Ledru
7dd32455cd
also install lld
2017-01-07 20:11:27 +00:00
Sylvestre Ledru
f453e88a23
Fix the run of the check-lldb target
2017-01-07 19:12:33 +00:00
Sylvestre Ledru
f3a81d3286
create symlink to make the lldb testsuite to run
2017-01-07 19:12:27 +00:00
Sylvestre Ledru
94448773e3
Fix the detection of lldb-server
2017-01-07 15:12:59 +00:00
Sylvestre Ledru
d59aa75a64
fix some typo in the lld package which is almost taking lldb stuff
2017-01-07 15:04:53 +00:00
Sylvestre Ledru
cdf913da75
hardcode the version and update the prepare script
2017-01-07 15:04:28 +00:00
Sylvestre Ledru
bbdfe1239f
Disable libedit usage in lldb because of garbage ( Closes : #846616 , #850111 )
2017-01-07 11:21:17 +00:00
Sylvestre Ledru
b0c28d110c
fix a typo causing the testsuite not to run
2017-01-07 10:24:31 +00:00
Sylvestre Ledru
f6d87b0d5d
Show if we will run the tests or not
2017-01-07 09:57:03 +00:00
Sylvestre Ledru
da2955c157
Run clang extra test suite
2017-01-06 18:02:05 +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
88b20e4463
rebase of the patches
2017-01-04 16:30:48 +00:00
Sylvestre Ledru
ca17bf30a0
new upstream snapshot
2017-01-02 15:07:13 +00:00
Sylvestre Ledru
f9077ac3b5
Silent ThinLTO/X86/autoupgrade.ll, fails with code coverage (and maybe others)
2016-12-30 10:06:49 +00:00
Sylvestre Ledru
f5a56de66c
Fix a regression in the test run for the code coverage
2016-12-29 22:52:46 +00:00
Sylvestre Ledru
af2ff2df38
when updating, force the cleanup
2016-12-28 15:10:43 +00:00
Sylvestre Ledru
d2d447397f
d/p/lldb-missing-install.diff: For the install
...
of lldb-server and lldb-argdumper as they are not always installed
2016-12-28 14:33:20 +00:00
Sylvestre Ledru
c7ba2dfdc6
Ship new binary in clang-X.Y: clang-import-test
2016-12-28 14:32:33 +00:00
Sylvestre Ledru
0aae407d36
* New symbols in libclang1:
...
- clang_EvalResult_getAsLongLong
- clang_EvalResult_getAsLongLong
- clang_EvalResult_isUnsignedInt
* Remove the info section from the generated manpages (Closes : #846269 )
2016-12-28 14:31:24 +00:00
Sylvestre Ledru
408f358eaf
* New snapshot release
...
* d/p/kfreebsd-support.diff removed (applied upstream)
* debian/orig-tar.sh: less verbose
2016-12-17 16:54:43 +00:00
Sylvestre Ledru
47709a8d34
rebase of the patch
2016-12-15 17:48:44 +00:00
Sylvestre Ledru
274ff52b19
rebase of the patch
2016-12-06 16:59:29 +00:00
Sylvestre Ledru
e7e4c84ff7
remove unsupported syntax
2016-11-15 15:30:51 +00:00
Pablo Oliveira
602ceb9ec2
Remove fix-lldb-server patch which is now obsolete
...
Pavel Labath fixed the lldb-server build problem in https://reviews.llvm.org/D25680 .
2016-11-14 09:57:28 +00:00
Sylvestre Ledru
528f1c84a8
* Fix segfaults in the memory sanitizers ( Closes : #842642 )
...
Caused by the newer glibc. Many thanks for Nobert Lange for everything
* Enable the sanitizers testsuite
2016-11-11 18:03:26 +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
bbe6d1e995
fix typo
2016-11-05 13:38:47 +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
30577a0bdf
fix typo
2016-11-05 12:21:33 +00:00
Sylvestre Ledru
414183fe2a
* d/p/clang-default-to-i686-on-32bit-x86-targets.patch:
...
Set i386 default target CPU to be i686 (same as gcc)
(Closes : #812803 )
* 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
2016-11-05 12:17:03 +00:00
Gianfranco Costamagna
7e52b79bd5
Revert latest commit for NEON patch
2016-11-04 17:13:01 +00:00
Gianfranco Costamagna
188e55d5aa
Delete latest commit
2016-11-04 17:10:34 +00:00
Sylvestre Ledru
763e9d82eb
Many thanks to Ximin Luo for the investigation
2016-11-04 16:18:40 +00:00
Sylvestre Ledru
f2a5598342
d/p/0011-SimplifyCFG-Hoisting-invalidates-metadata.patch: Also apply bug 29163
...
to fix some issues in rust (Closes : #842956 )
2016-11-04 16:18:14 +00:00
Gianfranco Costamagna
0756ed0706
Add patch to fix NEON issue
2016-11-04 11:29:02 +00:00
Gianfranco Costamagna
cfe8c1a4a4
Add patch to fix NEON issue
2016-11-04 11:28:45 +00:00
Sylvestre Ledru
578e474efb
* debian/patches/{0003-Debian-version-info-and-bugreport.patch,
...
0044-soname.diff,23-strlcpy_strlcat_warning_removed.diff,
26-set-correct-float-abi.diff,atomic_library_[12].diff,
fix-clang-path-and-build.diff,fix-lldb-server-build,lldb-libname.diff,
lldb-soname.diff,mips-fpxx-enable.diff,removeduplicatedeclaration.diff}:
Refreshed.
* debian/patches/{silent-gold-utils,kfreebsd-support}.diff: Updated.
2016-11-03 08:40:58 +00:00