Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit 3da1c14.
  • Loading branch information
tgymnich committed Aug 2, 2024
1 parent 3da1c14 commit 7f472af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/core/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ impl<'a> Builder<'a> {
// https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/.E2.9C.94.20link.20new.20library.20into.20stage1.2Frustc
if self.config.llvm_enzyme {
rustflags.arg("-l");
rustflags.arg("LLVMEnzyme-17");
rustflags.arg("Enzyme-17");
}

let use_new_symbol_mangling = match self.config.rust_new_symbol_mangling {
Expand Down

0 comments on commit 7f472af

Please sign in to comment.