Skip to content

Commit fd83e74

Browse files
committed
TODO: make buildname generic
1 parent b66413a commit fd83e74

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
@@ -1374,7 +1374,7 @@ impl<'a> Builder<'a> {
13741374
// TODO: adjust -14 ending for Enzyme
13751375
// https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/.E2.9C.94.20link.20new.20library.20into.20stage1.2Frustc
13761376
rustflags.arg("-l");
1377-
rustflags.arg("LLVMEnzyme-16");
1377+
rustflags.arg("LLVMEnzyme-17");
13781378

13791379
let use_new_symbol_mangling = match self.config.rust_new_symbol_mangling {
13801380
Some(setting) => {

0 commit comments

Comments
 (0)