mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-22 16:40:23 +00:00
remove hardcoded version
This commit is contained in:
parent
3b82b54859
commit
1ad6142cf1
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -458,7 +458,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
|
||||
return 0;
|
||||
}
|
||||
EOF
|
||||
clang-9 -fprofile-instr-generate -fcoverage-mapping fuzz_me.cc StandaloneFuzzTargetMain.c
|
||||
clang-$VERSION -fprofile-instr-generate -fcoverage-mapping fuzz_me.cc StandaloneFuzzTargetMain.c
|
||||
|
||||
rm -rf CORPUS
|
||||
mkdir -p CORPUS
|
||||
|
Loading…
Reference in New Issue
Block a user