mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-17 05:31:58 +00:00
perform the cleanup at the end
This commit is contained in:
parent
b5fc765792
commit
62e6bb61b1
8
debian/qualify-clang.sh
vendored
8
debian/qualify-clang.sh
vendored
@ -473,10 +473,6 @@ int main ()
|
||||
}
|
||||
EOF
|
||||
|
||||
#clean up
|
||||
rm -f a.out bar crash-* foo foo.* lldb-cmd.txt main.c test_fuzzer.cc foo.* o
|
||||
rm -rf output matmul.* *profraw
|
||||
|
||||
# only for AMD64 for now
|
||||
# many sanitizers only work on AMD64
|
||||
# x32 programs need to be enabled in the kernel bootparams for debian
|
||||
@ -522,4 +518,8 @@ if test ! -f /usr/lib/llvm-$VERSION/lib/libclangBasic.a; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
#clean up
|
||||
rm -f a.out bar crash-* foo foo.* lldb-cmd.txt main.* test_fuzzer.cc foo.* o
|
||||
rm -rf output matmul.* *profraw
|
||||
|
||||
echo "Completed"
|
||||
|
Loading…
Reference in New Issue
Block a user