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 51223a1 commit 3da1c14Copy full SHA for 3da1c14
src/bootstrap/src/core/builder.rs
@@ -1419,7 +1419,7 @@ impl<'a> Builder<'a> {
1419
// https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/.E2.9C.94.20link.20new.20library.20into.20stage1.2Frustc
1420
if self.config.llvm_enzyme {
1421
rustflags.arg("-l");
1422
- rustflags.arg("Enzyme-17");
+ rustflags.arg("LLVMEnzyme-17");
1423
}
1424
1425
let use_new_symbol_mangling = match self.config.rust_new_symbol_mangling {
0 commit comments