Also ship clang-reorder-fields as part of the clang-4.0 package

This commit is contained in:
Sylvestre Ledru 2016-09-02 09:32:56 +00:00
parent bcb11f24a0
commit db7ad6d2df
2 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

@ -5,6 +5,7 @@ llvm-toolchain-snapshot (1:4.0~svn279916-2) UNRELEASED; urgency=medium
(Closes: #835665)
* Try to disable the execution of the testsuite for scan-build & coverity
for real
* Also ship clang-reorder-fields as part of the clang-4.0 package
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 27 Aug 2016 20:15:58 +0200

View File

@ -16,6 +16,7 @@ usr/lib/llvm-@LLVM_VERSION@/share/man/man1/scan-build.1
usr/lib/llvm-@LLVM_VERSION@/libexec/ccc-analyzer
usr/lib/llvm-@LLVM_VERSION@/libexec/c++-analyzer
usr/lib/llvm-@LLVM_VERSION@/bin/clang-offload-bundler
usr/lib/llvm-@LLVM_VERSION@/bin/clang-reorder-fields
usr/lib/llvm-@LLVM_VERSION@/bin/modularize
usr/lib/llvm-@LLVM_VERSION@/bin/c-index-test
@ -39,3 +40,4 @@ usr/bin/scan-build-@LLVM_VERSION@
usr/bin/scan-view-@LLVM_VERSION@
usr/bin/c-index-test-@LLVM_VERSION@
usr/bin/clang-offload-bundler-@LLVM_VERSION@
usr/bin/clang-reorder-fields-@LLVM_VERSION@