mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-17 22:32:31 +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
|
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
|
# only for AMD64 for now
|
||||||
# many sanitizers only work on AMD64
|
# many sanitizers only work on AMD64
|
||||||
# x32 programs need to be enabled in the kernel bootparams for debian
|
# 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
|
exit 1
|
||||||
fi
|
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"
|
echo "Completed"
|
||||||
|
Loading…
Reference in New Issue
Block a user