diff options
author | van Hauser <vh@thc.org> | 2023-06-06 19:04:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 19:04:53 +0300 |
commit | 26cbc1e99337da4dc82c7c827dc2dac0a3733dc2 (patch) | |
tree | a93e9a44eb70a22dcd593bfa2b869b7783b7c064 /test/test-llvm.sh | |
parent | 7c84331dc5259311c1be70a25a03aaeefb746ef6 (diff) | |
parent | f0ccca123ad8f9813ad141ebd243e8c7b96824a1 (diff) | |
download | afl++-26cbc1e99337da4dc82c7c827dc2dac0a3733dc2.tar.gz |
Merge pull request #1761 from AFLplusplus/dev
fix ci
Diffstat (limited to 'test/test-llvm.sh')
-rwxr-xr-x | test/test-llvm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-llvm.sh b/test/test-llvm.sh index 19fb7c1a..95e43b1c 100755 --- a/test/test-llvm.sh +++ b/test/test-llvm.sh @@ -257,7 +257,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && { } rm -f test-compcov test.out instrumentlist.txt AFL_LLVM_CMPLOG=1 ../afl-clang-fast -o test-cmplog test-cmplog.c > /dev/null 2>&1 - ../afl-clang-fast -o test-c test-cmplog.c > /dev/null 2>&1 + ../afl-clang-fast -O0 -o test-c test-cmplog.c > /dev/null 2>&1 test -e test-cmplog && { $ECHO "$GREY[*] running afl-fuzz for llvm_mode cmplog, this will take approx 10 seconds" { |