Sylvestre Ledru
94f1b67427
fix the version
2016-11-24 09:46:18 +00:00
Sylvestre Ledru
fc2a841c57
remove syntax not understood everywhere
2016-11-15 16:06:51 +00:00
Sylvestre Ledru
bb597755b0
remove syntax not understood everywhere
2016-11-15 16:06:51 +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
2c2400e0b2
Disable NEON generation on armhf ( Closes : #841474 , #842142 )
...
Thanks to Pauli for the fix
2016-11-13 12:42:10 +00:00
Sylvestre Ledru
755bc6aaf9
Disable NEON generation on armhf ( Closes : #841474 , #842142 )
...
Thanks to Pauli for the fix
2016-11-13 12:40:47 +00:00
Sylvestre Ledru
a8c8177356
fix the patch
2016-11-11 18:19:14 +00:00
Sylvestre Ledru
32be4b5183
rebase of the patch
2016-11-11 18:09:06 +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
56ad6c2826
force english in ld gold call
2016-11-11 17:57:36 +00:00
Sylvestre Ledru
7a170d08f2
force the lang to be english and the system. Can cause issue with parsing french for example
2016-11-11 17:52:51 +00:00
Sylvestre Ledru
a0f823ffcc
fix a typo in the check sanitizer
2016-11-11 17:45:54 +00:00
Sylvestre Ledru
849a2e688f
fix a typo in the check sanitizer
2016-11-11 17:45:54 +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
d1cbeddb9f
remove test
2016-11-11 16:08:56 +00:00
Sylvestre Ledru
a33ac5ebc0
* 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 16:01:54 +00:00
Sylvestre Ledru
42d0ccfc40
fix the patches
2016-11-11 15:59:13 +00:00
Sylvestre Ledru
7edcbc81fc
Enable the sanitizers testsuite
2016-11-11 15:17:02 +00:00
Sylvestre Ledru
ce0db5670a
Fix segfaults in the memory sanitizers ( Closes : #842642 )
...
Caused by the newer glibc. Many thanks for Nobert Lange for everything
2016-11-11 15:14:50 +00:00
Sylvestre Ledru
c26698ba41
limit the archs for g++-multilib
2016-11-06 21:56:19 +00:00
Sylvestre Ledru
b5789da759
add <\!cross> in the build dep options
2016-11-06 19:52:51 +00:00
Sylvestre Ledru
96c9df4917
Limit build-deps on g++-multilib where it is available:
...
amd64 i386 kfreebsd-amd64 mips mips64 mips64el mipsel powerpc ppc64 s390
s390x sparc sparc64 x32
2016-11-06 14:44:45 +00:00
Sylvestre Ledru
bbe6d1e995
fix typo
2016-11-05 13:38:47 +00:00
Sylvestre Ledru
d2b338b512
fix typo
2016-11-05 13:38:47 +00:00
Sylvestre Ledru
a5766d2fc2
fix package name
2016-11-05 13:36:50 +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