mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 04:58:08 +00:00
fix llvm compatibility problems. Should compile now with llvm 3.8.0
up to llvm 8.0
This commit is contained in:
@ -296,8 +296,6 @@ static void edit_params(u32 argc, char** argv) {
|
||||
|
||||
if (maybe_linking) {
|
||||
|
||||
cc_params[cc_par_cnt++] = "-Wl,-znodelete";
|
||||
|
||||
if (x_set) {
|
||||
cc_params[cc_par_cnt++] = "-x";
|
||||
cc_params[cc_par_cnt++] = "none";
|
||||
|
Reference in New Issue
Block a user