mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-01-03 20:27:49 +00:00
redirect the output
This commit is contained in:
parent
c4949e8123
commit
e3b5de9260
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -250,7 +250,7 @@ int main(int argc, char **argv)
|
||||
}' > foo.c
|
||||
|
||||
clang-$VERSION -fsanitize=address foo.c -o foo -lc
|
||||
./foo
|
||||
./foo &> /dev/null
|
||||
|
||||
# fails on 32 bit, seems a real BUG in the package, using 64bit static libs?
|
||||
LANG=C clang-$VERSION -fsanitize=fuzzer test_fuzzer.cc &> foo.log
|
||||
|
||||
Loading…
Reference in New Issue
Block a user