Skip to content

Commit c20c5ca

Browse files
committed
v3 instead of v2
1 parent cca4102 commit c20c5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/compile.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ pub fn rustc_cargo_env(builder: &Builder<'_>, cargo: &mut Cargo, target: TargetS
563563
}
564564
if target == "x86_64-unknown-linux-gnu" && compiler.stage > 0 {
565565
if builder.is_rust_llvm(target) {
566-
cargo.rustflag("-Ctarget-cpu=x86-64-v2");
566+
cargo.rustflag("-Ctarget-cpu=x86-64-v3");
567567
}
568568
}
569569
// Pass down configuration from the LLVM build into the build of

0 commit comments

Comments
 (0)