Skip to content

Commit

Permalink
v3 instead of v2
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Nov 14, 2020
1 parent cca4102 commit c20c5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ pub fn rustc_cargo_env(builder: &Builder<'_>, cargo: &mut Cargo, target: TargetS
}
if target == "x86_64-unknown-linux-gnu" && compiler.stage > 0 {
if builder.is_rust_llvm(target) {
cargo.rustflag("-Ctarget-cpu=x86-64-v2");
cargo.rustflag("-Ctarget-cpu=x86-64-v3");
}
}
// Pass down configuration from the LLVM build into the build of
Expand Down

0 comments on commit c20c5ca

Please sign in to comment.