remove warning, fix text

This commit is contained in:
van Hauser 2020-08-10 23:48:13 +02:00
parent 701fb95d24
commit 1e38c10efb

View File

@ -228,8 +228,9 @@ bool AFLLTOPass::runOnModule(Module &M) {
// StringRef ifunc_name = IF.getName(); // StringRef ifunc_name = IF.getName();
// Constant *r = IF.getResolver(); // Constant *r = IF.getResolver();
FATAL( FATAL(
"Target uses ifunc attribute, dynamic map cannot be used, remove " "Target uses ifunc attribute for %s, fixed map cannot be used, "
"AFL_LLVM_MAP_DYNAMIC"); "remove AFL_LLVM_MAP_ADDR",
IF.getName().str().c_str());
} }