mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 10:16:55 +00:00
Also ship dsymutil
This commit is contained in:
parent
092fc6cb5c
commit
67e4791090
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ llvm-toolchain-snapshot (1:7~svn327768-2) UNRELEASED; urgency=medium
|
|||||||
* Remove a bunch of old unused patches
|
* Remove a bunch of old unused patches
|
||||||
* Fix debian-watch-uses-insecure-uri as upstream has now https
|
* Fix debian-watch-uses-insecure-uri as upstream has now https
|
||||||
* Standards-Version updated to 4.1.3
|
* Standards-Version updated to 4.1.3
|
||||||
|
* Also ship dsymutil
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 17 Mar 2018 16:53:15 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 17 Mar 2018 16:53:15 +0100
|
||||||
|
|
||||||
|
2
debian/llvm-X.Y.install.in
vendored
2
debian/llvm-X.Y.install.in
vendored
@ -6,6 +6,7 @@ usr/lib/llvm-@LLVM_VERSION@/bin/obj2yaml
|
|||||||
usr/lib/llvm-@LLVM_VERSION@/bin/yaml2obj
|
usr/lib/llvm-@LLVM_VERSION@/bin/yaml2obj
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/verify-uselistorder
|
usr/lib/llvm-@LLVM_VERSION@/bin/verify-uselistorder
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/sanstats
|
usr/lib/llvm-@LLVM_VERSION@/bin/sanstats
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/dsymutil
|
||||||
usr/bin/llvm-*
|
usr/bin/llvm-*
|
||||||
usr/bin/opt*
|
usr/bin/opt*
|
||||||
usr/bin/bugpoint*
|
usr/bin/bugpoint*
|
||||||
@ -14,3 +15,4 @@ usr/bin/obj2yaml-*
|
|||||||
usr/bin/yaml2obj-*
|
usr/bin/yaml2obj-*
|
||||||
usr/bin/verify-uselistorder-*
|
usr/bin/verify-uselistorder-*
|
||||||
usr/bin/sanstats-*
|
usr/bin/sanstats-*
|
||||||
|
usr/bin/dsymutil-*
|
||||||
|
Loading…
Reference in New Issue
Block a user