mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 11:38:16 +00:00
remove a warning
This commit is contained in:
parent
f5a51d3159
commit
45ea05d3d4
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -171,7 +171,7 @@ echo 'int main() {
|
||||
return a;
|
||||
}
|
||||
' > foo.c
|
||||
clang++-$VERSION -g -o bar foo.c
|
||||
clang-$VERSION -g -o bar foo.c
|
||||
|
||||
|
||||
if test ! -f /usr/lib/llvm-$VERSION/lib/libomp.so; then
|
||||
|
Loading…
Reference in New Issue
Block a user