diff options
author | van Hauser <vh@thc.org> | 2020-01-28 19:23:04 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-01-28 19:23:04 +0100 |
commit | bb88d98ff8f8f1b1a434643ccd30dcd48b529a64 (patch) | |
tree | c0a1883e07b16a2da32991b903e3ae53946e0b8f /llvm_mode/LLVMInsTrim.so.cc | |
parent | 465033b04a4ebfb7693925303620613a8d4a223e (diff) | |
download | afl++-bb88d98ff8f8f1b1a434643ccd30dcd48b529a64.tar.gz |
android: prefer bigcores
Diffstat (limited to 'llvm_mode/LLVMInsTrim.so.cc')
-rw-r--r-- | llvm_mode/LLVMInsTrim.so.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm_mode/LLVMInsTrim.so.cc b/llvm_mode/LLVMInsTrim.so.cc index 24df6d42..39b2dedd 100644 --- a/llvm_mode/LLVMInsTrim.so.cc +++ b/llvm_mode/LLVMInsTrim.so.cc @@ -190,7 +190,8 @@ struct InsTrim : public ModulePass { if (instFilename.str().empty()) { - /* If the original location is empty, try using the inlined location */ + /* If the original location is empty, try using the inlined location + */ DILocation *oDILoc = cDILoc->getInlinedAt(); if (oDILoc) { @@ -424,8 +425,8 @@ struct InsTrim : public ModulePass { } - OKF("Instrumented %u locations (%llu, %llu) (%s mode)\n", - total_instr, total_rs, total_hs, + OKF("Instrumented %u locations (%llu, %llu) (%s mode)\n", total_instr, + total_rs, total_hs, getenv("AFL_HARDEN") ? "hardened" : ((getenv("AFL_USE_ASAN") || getenv("AFL_USE_MSAN")) |