remove the llvm example usr/lib/llvm-10/lib/libExampleIRTransforms.a

This commit is contained in:
Sylvestre Ledru 2019-11-12 20:31:20 +01:00
parent e28fb6b40d
commit f656e7dd85

2
debian/rules vendored
View File

@ -547,6 +547,8 @@ override_dh_auto_install:
# Remove bat files https://bugs.llvm.org/show_bug.cgi?id=30755
rm -f $(DEB_INST)/usr/share/clang/scan-build-$(LLVM_VERSION)/libexec/*.bat $(DEB_INST)/usr/share/clang/scan-build-$(LLVM_VERSION)/bin/*.bat
rm -f $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/libExampleIRTransforms.a
cp $(TARGET_BUILD_STAGE2)/bin/clang-query $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/bin
# Only run on executable, not script