mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 20:48:07 +00:00
fix docs
This commit is contained in:
@ -668,8 +668,8 @@ static void edit_params(u32 argc, char **argv, char **envp) {
|
||||
|
||||
#if defined(AFL_CLANG_LDPATH) && LLVM_MAJOR >= 15
|
||||
// The NewPM implementation only works fully since LLVM 15.
|
||||
cc_params[cc_par_cnt++] =
|
||||
alloc_printf("-Wl,--load-pass-plugin=%s/SanitizerCoverageLTO.so", obj_path);
|
||||
cc_params[cc_par_cnt++] = alloc_printf(
|
||||
"-Wl,--load-pass-plugin=%s/SanitizerCoverageLTO.so", obj_path);
|
||||
#elif defined(AFL_CLANG_LDPATH) && LLVM_MAJOR >= 13
|
||||
cc_params[cc_par_cnt++] = "-Wl,--lto-legacy-pass-manager";
|
||||
cc_params[cc_par_cnt++] =
|
||||
|
Reference in New Issue
Block a user