We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66413a commit fd83e74Copy full SHA for fd83e74
src/bootstrap/src/core/builder.rs
@@ -1374,7 +1374,7 @@ impl<'a> Builder<'a> {
1374
// TODO: adjust -14 ending for Enzyme
1375
// https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/.E2.9C.94.20link.20new.20library.20into.20stage1.2Frustc
1376
rustflags.arg("-l");
1377
- rustflags.arg("LLVMEnzyme-16");
+ rustflags.arg("LLVMEnzyme-17");
1378
1379
let use_new_symbol_mangling = match self.config.rust_new_symbol_mangling {
1380
Some(setting) => {
0 commit comments