about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-10 23:48:13 +0200
committervan Hauser <vh@thc.org>2020-08-10 23:48:13 +0200
commit1e38c10efb572efac2638366f18a1cf23acd7c2b (patch)
tree5bcb2fb065646d145a3774d1b2034cc80316b5a0
parent701fb95d24cd754e9c116d81502b6057a29eb2bd (diff)
downloadafl++-1e38c10efb572efac2638366f18a1cf23acd7c2b.tar.gz
remove warning, fix text
-rw-r--r--llvm_mode/afl-llvm-lto-instrumentation.so.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm_mode/afl-llvm-lto-instrumentation.so.cc b/llvm_mode/afl-llvm-lto-instrumentation.so.cc
index ddfcb400..1933ed8d 100644
--- a/llvm_mode/afl-llvm-lto-instrumentation.so.cc
+++ b/llvm_mode/afl-llvm-lto-instrumentation.so.cc
@@ -228,8 +228,9 @@ bool AFLLTOPass::runOnModule(Module &M) {
       // StringRef ifunc_name = IF.getName();
       // Constant *r = IF.getResolver();
       FATAL(
-          "Target uses ifunc attribute, dynamic map cannot be used, remove "
-          "AFL_LLVM_MAP_DYNAMIC");
+          "Target uses ifunc attribute for %s, fixed map cannot be used, "
+          "remove AFL_LLVM_MAP_ADDR",
+          IF.getName().str().c_str());
 
     }