diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-09 14:33:56 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-09 14:33:56 +0100 |
commit | db360332c4cf92c3b90d8dfab9292763e677aebf (patch) | |
tree | ab1bb8e44a22e36d1b53646a57c10844bf4a6978 /test | |
parent | 4c6d94ea5f854071277ed9729de2d4ef7d07cc84 (diff) | |
download | afl++-db360332c4cf92c3b90d8dfab9292763e677aebf.tar.gz |
make llvm 14-dev working. again.
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-llvm-lto.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-llvm-lto.sh b/test/test-llvm-lto.sh index 3e762acf..9ff2ec10 100755 --- a/test/test-llvm-lto.sh +++ b/test/test-llvm-lto.sh @@ -3,7 +3,7 @@ . ./test-pre.sh $ECHO "$BLUE[*] Testing: LTO llvm_mode" -test -e ../afl-clang-lto -a -e ../afl-llvm-lto-instrumentation.so && { +test -e ../afl-clang-lto -a -e ../SanitizerCoverageLTO.so && { # on FreeBSD need to set AFL_CC test `uname -s` = 'FreeBSD' && { if type clang >/dev/null; then |