mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 11:33:58 +00:00
Remove old removals
This commit is contained in:
parent
0e2e9334ef
commit
7eed507f83
4
debian/rules
vendored
4
debian/rules
vendored
@ -1288,10 +1288,6 @@ override_dh_auto_clean:
|
||||
find utils -name '*.pyc' | xargs -r rm -f
|
||||
# Use -I because a test has a space in its name
|
||||
find lldb/test -iname '*.pyc' | xargs -I{} -r rm -f {}
|
||||
find test -name '*.pyc' -o -name '*.cm[ix]' | xargs -r rm -f
|
||||
find test/Bindings -name '*.o' | xargs -r rm -f
|
||||
rm -f tools/clang tools/polly tools/lld tools/lldb projects/compiler-rt
|
||||
rm -rf tools/clang/tools/extra clang/tools/extra/
|
||||
rm -f $(CURDIR)/utils/vim/llvm-$(LLVM_VERSION).vim $(CURDIR)/utils/vim/tablegen-$(LLVM_VERSION).vim
|
||||
rm -f $(CURDIR)/clang/tools/clang-format/clang-format-diff-$(LLVM_VERSION)
|
||||
rm -f $(CURDIR)/clang/tools/clang-format/clang-format-$(LLVM_VERSION).py
|
||||
|
Loading…
Reference in New Issue
Block a user