Skip to content

Commit 5858f5a

Browse files
committed
temporary don't link against enzyme to try -Z llvm-plugins
1 parent f1bbeb4 commit 5858f5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/bootstrap/src/core/build_steps/compile.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1049,9 +1049,9 @@ pub fn rustc_cargo(
10491049
// <https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/Internal.20lint.20for.20raw.20.60print!.60.20and.20.60println!.60.3F>.
10501050
cargo.rustflag("-Zon-broken-pipe=kill");
10511051

1052-
if builder.config.llvm_enzyme {
1053-
cargo.rustflag("-l").rustflag("Enzyme-19");
1054-
}
1052+
//if builder.config.llvm_enzyme {
1053+
// cargo.rustflag("-l").rustflag("Enzyme-19");
1054+
//}
10551055

10561056
// Building with protected visibility reduces the number of dynamic relocations needed, giving
10571057
// us a faster startup time. However GNU ld < 2.40 will error if we try to link a shared object

0 commit comments

Comments
 (0)