mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 01:01:33 +00:00
remove warning, fix text
This commit is contained in:
parent
701fb95d24
commit
1e38c10efb
@ -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());
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user