mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +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();
|
// 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());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user