about summary refs log tree commit diff
path: root/llvm_mode/afl-llvm-lto-instrumentation.so.cc
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-03-27 23:24:42 +0100
committerDominik Maier <domenukk@gmail.com>2020-03-27 23:24:42 +0100
commit5e389a0970736030d6db59d27593e3173df5e18c (patch)
tree904d367a964aa3cc638c63c2ac8948c42d588549 /llvm_mode/afl-llvm-lto-instrumentation.so.cc
parent11414596077922dfccac6579df62d86bd7a758ef (diff)
parent7c76b7db04b7068c3b52f3a0eeaf19d468425e79 (diff)
downloadafl++-5e389a0970736030d6db59d27593e3173df5e18c.tar.gz
Less allocs
Diffstat (limited to 'llvm_mode/afl-llvm-lto-instrumentation.so.cc')
-rw-r--r--llvm_mode/afl-llvm-lto-instrumentation.so.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm_mode/afl-llvm-lto-instrumentation.so.cc b/llvm_mode/afl-llvm-lto-instrumentation.so.cc
index febb8950..8bf485af 100644
--- a/llvm_mode/afl-llvm-lto-instrumentation.so.cc
+++ b/llvm_mode/afl-llvm-lto-instrumentation.so.cc
@@ -396,6 +396,7 @@ bool AFLLTOPass::runOnModule(Module &M) {
                getenv("AFL_HARDEN") ? "hardened" : "non-hardened",
                getenv("AFL_USE_ASAN") ? ", ASAN" : "",
                getenv("AFL_USE_MSAN") ? ", MSAN" : "",
+               getenv("AFL_USE_CFISAN") ? ", CFISAN" : "",
                getenv("AFL_USE_UBSAN") ? ", UBSAN" : "");
       OKF("Instrumented %u locations with no collisions (on average %llu "
           "collisions would be in afl-gcc/afl-clang-fast) (%s mode).",