Commit Graph

2470 Commits

Author SHA1 Message Date
Sylvestre Ledru
33b97f7ef0 Because more and more tools in clang-tools are in python, add the dependency 2019-01-17 10:34:18 +01:00
Sylvestre Ledru
5a7d283d4e add a test for bug https://bugs.llvm.org/show_bug.cgi\?id\=40059 2019-01-15 21:47:27 +01:00
Sylvestre Ledru
2630cd44ad Continue in case of error 2019-01-11 08:40:12 +01:00
Sylvestre Ledru
4d0a1e4e44 add some debug info 2019-01-10 22:54:33 +01:00
Sylvestre Ledru
e498c3cd6a Revert "llvm-7-examples: Force the same version of llvm-7-dev to mitigate a debci issue https://ci.debian.net/data/autopkgtest/unstable/amd64/l/llvm-toolchain-7/1635547/log.gz"
This reverts commit b8546552cc.
2019-01-05 12:23:59 +01:00
Sylvestre Ledru
ee2b231141 Add 'Rules-Requires-Root: no' in debian/control 2019-01-04 16:11:18 +01:00
Sylvestre Ledru
b8546552cc llvm-7-examples: Force the same version of llvm-7-dev to mitigate a debci issue https://ci.debian.net/data/autopkgtest/unstable/amd64/l/llvm-toolchain-7/1635547/log.gz 2019-01-04 16:00:51 +01:00
Sylvestre Ledru
ac8841c8a3 remove old comment 2019-01-03 09:34:14 +01:00
Gianfranco Costamagna
aefe07750f Use the correct signature for the upload (taken from snapshot branch) 2019-01-03 08:30:49 +01:00
Gianfranco Costamagna
dc580b2591 Add missing changelog entry 2019-01-03 08:23:53 +01:00
Sylvestre Ledru
aeccafe799 Failed with "fakeroot: nested operation not yet supported"
Revert "run strip using fakeroot to avoid some issues like: chown: changing ownership of 'debian/.debhelper/clang-8/dbgsym-root/usr/lib/debug/.build-id/98/91e0beba57ee5ec69fd03c519f19351e353875.debug': Operation not permitted"

This reverts commit f490b5b1ec.
2019-01-02 18:07:31 +01:00
Sylvestre Ledru
70756a30d6 Remove dbgsym packages from debci because of bug #917528 2019-01-02 14:03:55 +01:00
Sylvestre Ledru
fe7cda950d fix the changelog 2019-01-02 12:50:20 +01:00
Gianfranco Costamagna
5234f557b0 Update changelog 2019-01-02 12:38:14 +01:00
Gianfranco Costamagna
5f1403be69 Add dpkg-dev build dependency, used in various dpkg calls
ignore a test on i386, due to bug: https://bugs.llvm.org/show_bug.cgi?id=26580#c18
2019-01-02 12:37:09 +01:00
Sylvestre Ledru
8e6166a2f4 fix the changelog 2019-01-02 11:27:56 +01:00
Sylvestre Ledru
bf5a60efbb Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7 2019-01-02 11:27:41 +01:00
Sylvestre Ledru
f490b5b1ec run strip using fakeroot to avoid some issues like: chown: changing ownership of 'debian/.debhelper/clang-8/dbgsym-root/usr/lib/debug/.build-id/98/91e0beba57ee5ec69fd03c519f19351e353875.debug': Operation not permitted 2019-01-02 11:26:32 +01:00
Sylvestre Ledru
6cebc97091 ignoring these files shounld'nt be needed anymore 2019-01-02 11:26:32 +01:00
Sylvestre Ledru
0d75b60453 fix some typos 2018-12-27 00:12:04 +01:00
Sylvestre Ledru
8de8f856be Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7 2018-12-27 00:05:21 +01:00
Sylvestre Ledru
b5c74fb45b remove old patch 2018-12-27 00:03:34 +01:00
Sylvestre Ledru
fb97268685 Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7 2018-12-26 23:58:21 +01:00
Sylvestre Ledru
89f9fb91e7 fix a typo in the patch 2018-12-26 23:57:03 +01:00
Sylvestre Ledru
6a86d1bc84 remove old patch 2018-12-26 23:56:50 +01:00
Sylvestre Ledru
bfb7a60617 Document in README.source some Debian/Ubuntu specific changes 2018-12-26 23:24:12 +01:00
Sylvestre Ledru
9725c78e34 Rebase of the patch 2018-12-26 19:04:43 +01:00
Sylvestre Ledru
d4981f0ad4 Change the jit debug path from $HOME/.debug/jit/ to $TMPDIR/.debug/jit/ (Closes: #916393) 2018-12-26 18:59:28 +01:00
Sylvestre Ledru
abeefa99bb Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7 2018-12-26 12:28:10 +01:00
Sylvestre Ledru
61441bd127 Cherry-pick upstream fix D52340 to address a rustc debuginfo (Closes: #917209) 2018-12-26 12:24:30 +01:00
Sylvestre Ledru
c77a496667 Also install clang-7-dbgsym libclang1-7-dbgsym in autopkgtest to verify that debug symbols are present 2018-12-22 21:23:44 +01:00
Sylvestre Ledru
95b23e80c1 Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7 2018-12-22 00:06:56 +01:00
Sylvestre Ledru
a2cde1ab59 add tests for the dbg & buildid issue 2018-12-22 00:06:21 +01:00
Sylvestre Ledru
a314e76e19 add tests for the dbg & buildid issue 2018-12-22 00:01:56 +01:00
Sylvestre Ledru
2416269467 consistency in the clang name 2018-12-22 00:01:00 +01:00
Sylvestre Ledru
26ea04bc08 Build with -g1 also on 64bit architectures (thanks to Adrian too) 2018-12-21 20:50:56 +01:00
Sylvestre Ledru
a7324bb040 add the changelog 2018-12-21 20:50:25 +01:00
Sylvestre Ledru
5acdfc0423 Revert "Revert "Enable -DENABLE_LINKER_BUILD_ID:BOOL=ON as, unlike gcc, isn't enabled by default in clang. Once more, thanks to Rebecca Palmer (Closes: #916975)""
This reverts commit 90e5dc22a4.
2018-12-21 20:49:26 +01:00
Sylvestre Ledru
f7a60160d2 Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7 2018-12-21 20:49:04 +01:00
Sylvestre Ledru
5a91592546 Merge branch '7' into '7'
Fix -dbgsym creation

See merge request pkg-llvm-team/llvm-toolchain!28
2018-12-21 19:48:29 +00:00
Sylvestre Ledru
90e5dc22a4 Revert "Enable -DENABLE_LINKER_BUILD_ID:BOOL=ON as, unlike gcc, isn't enabled by default in clang. Once more, thanks to Rebecca Palmer (Closes: #916975)"
This reverts commit b9b61aeece.
2018-12-21 20:48:06 +01:00
Sylvestre Ledru
b9b61aeece Enable -DENABLE_LINKER_BUILD_ID:BOOL=ON as, unlike gcc, isn't enabled by default in clang. Once more, thanks to Rebecca Palmer (Closes: #916975) 2018-12-21 17:37:19 +01:00
Sylvestre Ledru
f72c848baa Pass -Wl,--build-id to get dbgsym packages (Closes: #916975) 2018-12-21 08:25:28 +01:00
Adrian Bunk
f0f0ba2c6c Fix -dbgsym creation
- build with -g1 also on 64bit architectures
  - should be -g, but this causes buildd disk space issues
- enable BuildID so that clang built binaries can be in -dbgsym
- override_dh_strip: limit all workarounds to binutils < 2.31.1-11
2018-12-20 21:55:42 +02:00
Sylvestre Ledru
4574aab59e Enable more tests, just don't fail on them 2018-12-17 11:04:41 +01:00
Sylvestre Ledru
4c72333341 remove a temp file 2018-12-17 11:01:30 +01:00
Sylvestre Ledru
a5f39e48a8 Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7 2018-12-16 15:56:03 +01:00
Sylvestre Ledru
d6e4a307b0 fix the declaration 2018-12-16 15:55:55 +01:00
Sylvestre Ledru
c3dd861c37 Remove the dbg workaround. Hopefully, the new version of binutils will fix it (Closes: #913946) 2018-12-16 13:16:04 +01:00
Sylvestre Ledru
3c89d34e4c remove the -fno-addrsig workaround 2018-12-16 13:14:04 +01:00