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
Sylvestre Ledru
ba43345ed5
Fix a path issue in scan-view. Thanks Riccardo Magliocchetti
...
(Closes : #838572 )
2016-10-31 14:33:29 +00:00
Sylvestre Ledru
92bce6bae6
LLVMConfig.cmake was installed into wrong location
...
Install a symlink from lib/cmake/llvm to share/llvm/cmake
(Closes : #839234 )
2016-10-31 13:02:26 +00:00
Sylvestre Ledru
268bb8ecc5
Fix the patch
2016-10-31 10:24:31 +00:00
Sylvestre Ledru
095c69b002
d/p/bug-30342.diff:
...
Backport upstream bug 30342 to fix an infinity loop in rust testsuite
2016-10-31 09:47:58 +00:00
Sylvestre Ledru
16a4a5f667
* debian/patches/{23-strlcpy_strlcat_warning_removed.diff,
...
0003-Debian-version-info-and-bugreport.patch, atomic_library_[12].diff,
python-clangpath.diff,removeduplicatedeclaration.diff,
fix-clang-path-and-build.diff,mips-fpxx-enable.diff}: Refreshed.
* debian/patches/{silent-more-tests.diff,silent-MCJIIT-tests.diff}: Updated.
2016-10-27 17:03:56 +00:00
Gianfranco Costamagna
2bf3368eba
Back to preparation for 3.9.1
2016-10-27 09:47:10 +00:00
Gianfranco Costamagna
4010fc1422
Team Upload
2016-10-27 09:46:36 +00:00
Gianfranco Costamagna
7b1e544a96
Fix build failures, revert preparation for new release
2016-10-27 09:45:58 +00:00
Sylvestre Ledru
bfc6603937
date
2016-10-25 12:15:09 +00:00
Sylvestre Ledru
347d307ba1
silent test
2016-10-25 12:14:21 +00:00
Sylvestre Ledru
c9401de4af
silent test llvm-symbolizer
2016-10-25 08:54:05 +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
Sylvestre Ledru
397d4bf886
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:48:22 +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
f095a237b9
Should fix the transition issue
2016-10-13 05:59:28 +00:00
Sylvestre Ledru
7f1d0e08cb
* debian/clang-X.Y.install.in: Added clang-cpp.
...
* debian/patches: Refreshed.
2016-10-10 16:51:15 +00:00
Sylvestre Ledru
779e06a341
fix the syntax
2016-10-04 06:48:21 +00:00
Sylvestre Ledru
fe7a431749
wa perf issues with coverity
2016-10-04 05:42:39 +00:00