Skip to content

Commit defb2fe

Browse files
committed
we don't really use this enzyme initialization, as it gets reinitialized later
1 parent db2cacd commit defb2fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bootstrap/src/core/config/config.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,6 @@ impl Config {
12851285
rust_randomize_layout = rust_randomize_layout_.unwrap_or_default();
12861286
llvm_tools_enabled = rust_llvm_tools.unwrap_or(true);
12871287

1288-
llvm_enzyme = channel == "dev" || channel == "nightly";
12891288
rustc_default_linker = rust_default_linker;
12901289
musl_root = rust_musl_root.map(PathBuf::from);
12911290
save_toolstates = rust_save_toolstates.map(PathBuf::from);

0 commit comments

Comments
 (0)