move second opt run to lto phase and cleanup code
This commit is contained in:
parent
21d096184e
commit
1221cff551
7 changed files with 75 additions and 54 deletions
|
@ -193,6 +193,10 @@ fn main() {
|
|||
cfg.define(&flag, None);
|
||||
}
|
||||
|
||||
if tracked_env_var_os("LLVM_ENZYME").is_some() {
|
||||
cfg.define("ENZYME", None);
|
||||
}
|
||||
|
||||
if tracked_env_var_os("LLVM_RUSTLLVM").is_some() {
|
||||
cfg.define("LLVM_RUSTLLVM", None);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue