llvm bug workaround for lto extint

This commit is contained in:
vanhauser-thc
2021-02-15 13:25:15 +01:00
parent dd2fd80274
commit e3a5c31307
6 changed files with 45 additions and 4 deletions

View File

@ -1875,6 +1875,8 @@ int main(int argc, char **argv, char **envp) {
edit_params(argc, argv, envp);
if (lto_mode) { setenv("_AFL_LTO_COMPILE", "1", 1); }
if (debug) {
DEBUGF("cd '%s';", getthecwd());