mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 04:50:02 +00:00
remove a temp file
This commit is contained in:
parent
a5f39e48a8
commit
4c72333341
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -167,7 +167,7 @@ if (1==1) {
|
|||||||
return 42;
|
return 42;
|
||||||
}
|
}
|
||||||
return 0;}' > foo.c
|
return 0;}' > foo.c
|
||||||
rm foo
|
rm foo bar.cc
|
||||||
|
|
||||||
if test ! -f /usr/lib/llvm-$VERSION/bin/../lib/LLVMgold.so; then
|
if test ! -f /usr/lib/llvm-$VERSION/bin/../lib/LLVMgold.so; then
|
||||||
echo "Install llvm-$VERSION-dev"
|
echo "Install llvm-$VERSION-dev"
|
||||||
|
Loading…
Reference in New Issue
Block a user