Sylvestre Ledru
1e84d55013
Merge branch '7+baseline' into '7'
...
Fix Clang baseline violation
See merge request pkg-llvm-team/llvm-toolchain!26
2018-11-29 08:23:59 +00:00
Fanael Linithien
62fe8d7620
Fix Clang baseline violation
...
Upstream Clang on i386 defaults to -march=pentium4, which violates the current
i386 baseline, so change it to default to the current baseline.
2018-11-29 03:23:11 +01:00
Sylvestre Ledru
3deb991f17
bring back the removal of the dir
2018-11-26 16:17:57 +01:00
Sylvestre Ledru
6bcd0a96b2
* Use llvm-strip instead of binutils strip.
...
Two reasons:
- with clang stage2, the dbg packages were not generated
- strip fails on stretch and other ubuntu on some archives
For this, I had to silent the --enable-deterministic-archives
option (https://bugs.llvm.org/show_bug.cgi?id=39789 ).
Thanks to Rebecca Palmer for the idea
(Closes : #913946 )
2018-11-26 16:12:17 +01:00
Sylvestre Ledru
af6035d0d7
add a trailing whitespace...
2018-11-25 18:27:05 +01:00
Sylvestre Ledru
7aee38111d
fix the patch
2018-11-25 17:07:39 +01:00
Sylvestre Ledru
40d927e090
Bring back mips-rdhwr.diff as it isn't in rc2
2018-11-25 17:01:04 +01:00
Sylvestre Ledru
d455bf2016
fix a typo
2018-11-25 09:42:15 +01:00
Sylvestre Ledru
d7bc3f8d1a
improve a bit the unpack script
2018-11-24 09:13:08 +01:00
Sylvestre Ledru
f156beb505
Fix the FTBFS on armel for real! Thanks to Adrian Bunk Force the activation of FeatureVFP3 & FeatureD16
2018-11-24 09:12:44 +01:00
Sylvestre Ledru
a21e872fe9
Merge branch '7' into '7'
...
Fix FTBFS and baseline violation on armhf
See merge request pkg-llvm-team/llvm-toolchain!24
2018-11-24 08:10:32 +00:00
Adrian Bunk
710b267715
Fix FTBFS and baseline violation on armhf
2018-11-23 15:01:35 +02:00
Sylvestre Ledru
9f38209576
Merge branch '7' into '7'
...
Fix llvm-config output on hurd-i386
See merge request pkg-llvm-team/llvm-toolchain!23
2018-11-22 20:41:47 +00:00
Samuel Thibault
8b68a85095
hurd: Fix paths returned by llvm-config
...
D53557-hurd-self-exe-realpath.diff
(See Bug#911817)
2018-11-22 19:50:33 +01:00
Samuel Thibault
04d9a45fa2
Add upstream commit log
2018-11-22 19:45:43 +01:00
Sylvestre Ledru
db50715aa8
also ignore libclangTidyModernizeModule.a
2018-11-21 22:40:43 +01:00
Sylvestre Ledru
4f3a67d824
prepare upload
2018-11-21 12:29:59 +01:00
Sylvestre Ledru
9129d72e28
Fix a baseline violation on armhf ( Closes : #914268 ) clang-arm-default-vfp3-on-armv7a.patch has been updated to disable neon in another place
2018-11-21 12:27:24 +01:00
Sylvestre Ledru
8a2a18914d
Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7
2018-11-21 12:08:10 +01:00
Sylvestre Ledru
144b343547
rebase of the patches
2018-11-21 12:04:26 +01:00
Sylvestre Ledru
52ca548152
more patch applied upstream
2018-11-21 12:04:19 +01:00
Sylvestre Ledru
bde1bb9e42
add a testcase for bug https://bugs.debian.org/cgi-bin/bugreport.cgi\?bug=914201
2018-11-21 09:17:14 +01:00
Sylvestre Ledru
98b0698717
Merge branch '7' into '7'
...
New patches to fix hurd build.
See merge request pkg-llvm-team/llvm-toolchain!22
2018-11-19 07:26:47 +00:00
Samuel Thibault
3c22b2707e
New patches to fix hurd build.
...
D54079-hurd-openmp.diff, D54338-hurd-libcxx-threads-build.diff,
D54339-hurd-libcxx-threads-detection.diff, D54378-hurd-triple.diff,
D54379-hurd-triple-clang.diff, D54677-hurd-path_max.diff,
hurd-cxx-paths.diff
2018-11-18 23:48:53 +01:00
Sylvestre Ledru
63883db0f6
Remove useless symlink /usr/include/c++ -> ../lib/llvm-7/include/c++ ( Closes : #913400 )
2018-11-17 09:22:22 +01:00
Sylvestre Ledru
250438ab06
Workaround the build issues on armhf Thanks to Adrian Bunk for the idea
2018-11-16 22:46:35 +01:00
Sylvestre Ledru
af56187b7d
workaround the build issues on armhf
2018-11-16 22:45:51 +01:00
Sylvestre Ledru
3830a1354e
update the list of symbol for armhf
2018-11-16 22:45:00 +01:00
Sylvestre Ledru
163175ca1d
prepare a news about the bootstrap stage2 phase
2018-11-16 13:04:37 +01:00
Sylvestre Ledru
34a2a44a19
use the versioned clang
2018-11-16 12:45:18 +01:00
Sylvestre Ledru
e1473e66f3
doesn't segfault anymore, enabling the test
2018-11-16 12:44:27 +01:00
Sylvestre Ledru
c755f1a46f
Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7
2018-11-16 10:35:24 +01:00
Sylvestre Ledru
b584220a41
Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7
2018-11-16 10:34:02 +01:00
Sylvestre Ledru
4625379dd4
when the lld manpage have been moved, move it back
2018-11-16 10:32:21 +01:00
Sylvestre Ledru
d3d41b8103
Add example:
...
https://bugs.llvm.org/show_bug.cgi?id=39427
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913271
2018-11-15 14:16:27 +01:00
Sylvestre Ledru
d6f8ecf3e0
remote temp files
2018-11-15 14:16:18 +01:00
Sylvestre Ledru
5e7c1dfabd
add one more check
2018-11-15 14:16:02 +01:00
Sylvestre Ledru
e563ce161d
Fix the misscompilation issue causing rustc to crash ( Closes : #913271 ) Might cause some ABI issues but no real good solution. See https://bugs.llvm.org/show_bug.cgi?id=39427
2018-11-14 11:51:04 +01:00
Sylvestre Ledru
2d2433e53a
Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7
2018-11-13 18:14:46 +01:00
Sylvestre Ledru
93e8db6af0
working on 7.0.1 now
2018-11-13 12:06:46 +01:00
Sylvestre Ledru
3e97448662
Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7
2018-11-11 22:03:48 +01:00
Sylvestre Ledru
ac7fd96f94
prepare the deactivation of stage2
2018-11-11 21:38:57 +01:00
Sylvestre Ledru
e036ff8217
prepare the deactivation of stage2
2018-11-11 21:17:08 +01:00
Sylvestre Ledru
6dcf387d9a
Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7
2018-11-11 20:56:48 +01:00
Sylvestre Ledru
c767e1d56e
add more examples
2018-11-11 20:54:42 +01:00
Sylvestre Ledru
0fc78cdf4c
fix a typo in PRE_PROCESS
2018-11-11 20:45:54 +01:00
Sylvestre Ledru
7c261d5b43
rename the build target
2018-11-11 20:44:29 +01:00
Sylvestre Ledru
6d88a385f6
fix the syntax for symbols
2018-11-11 10:04:50 +01:00
Sylvestre Ledru
de65cccb58
Hide a symbol in openmp for mips64el
2018-11-11 10:02:32 +01:00
Sylvestre Ledru
f78287b60f
silent the output
2018-11-10 21:50:04 +01:00