Skip to content

Commit 3da1c14

Browse files
committed
test
1 parent 51223a1 commit 3da1c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ impl<'a> Builder<'a> {
14191419
// https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/.E2.9C.94.20link.20new.20library.20into.20stage1.2Frustc
14201420
if self.config.llvm_enzyme {
14211421
rustflags.arg("-l");
1422-
rustflags.arg("Enzyme-17");
1422+
rustflags.arg("LLVMEnzyme-17");
14231423
}
14241424

14251425
let use_new_symbol_mangling = match self.config.rust_new_symbol_mangling {

0 commit comments

Comments
 (0)