Revert "llvm bug workaround for lto extint"

This reverts commit e3a5c31307.
This commit is contained in:
Michael Rodler
2021-02-15 19:14:28 +01:00
parent 5212481352
commit 6caec2169c
6 changed files with 4 additions and 45 deletions

View File

@ -1875,8 +1875,6 @@ 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());