mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
rename pass
This commit is contained in:
@ -114,7 +114,7 @@ struct InsTrimLTO : public ModulePass {
|
|||||||
|
|
||||||
if ((isatty(2) && !getenv("AFL_QUIET")) || getenv("AFL_DEBUG") != NULL) {
|
if ((isatty(2) && !getenv("AFL_QUIET")) || getenv("AFL_DEBUG") != NULL) {
|
||||||
|
|
||||||
SAYF(cCYA "LLVMInsTrimLTO" VERSION cRST
|
SAYF(cCYA "InsTrimLTO" VERSION cRST
|
||||||
" by csienslab and Marc \"vanHauser\" Heuse\n");
|
" by csienslab and Marc \"vanHauser\" Heuse\n");
|
||||||
|
|
||||||
} else
|
} else
|
||||||
|
Reference in New Issue
Block a user