about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-03-30 09:16:47 +0200
committervanhauser-thc <vh@thc.org>2022-03-30 09:16:47 +0200
commita436ef47e5cf0cb16b4afddccc6530285a6bb6fa (patch)
treebf55160eb0586591bc2ed8b1503626babb611b02 /test
parentb34751efbf9304128d8e52dfeeb3abe0d4f5ba3b (diff)
downloadafl++-a436ef47e5cf0cb16b4afddccc6530285a6bb6fa.tar.gz
fix instrumentlist for LTO with clang < 13
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-llvm-lto.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-llvm-lto.sh b/test/test-llvm-lto.sh
index 9ff2ec10..bb4a9f7c 100755
--- a/test/test-llvm-lto.sh
+++ b/test/test-llvm-lto.sh
@@ -49,6 +49,9 @@ test -e ../afl-clang-lto -a -e ../SanitizerCoverageLTO.so && {
     grep -q "No instrumentation targets found" test.out && {
       $ECHO "$GREEN[+] llvm_mode LTO instrumentlist feature works correctly"
     } || {
+	echo CUT------------------------------------------------------------------CUT
+        cat test.out
+        echo CUT------------------------------------------------------------------CUT
       $ECHO "$RED[!] llvm_mode LTO instrumentlist feature failed"
       CODE=1
     }