We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
x86_64-win7-windows-msvc
1 parent 70e814b commit 57ed8e8Copy full SHA for 57ed8e8
compiler/rustc_target/src/spec/targets/x86_64_win7_windows_msvc.rs
@@ -8,7 +8,7 @@ pub(crate) fn target() -> Target {
8
base.vendor = "win7".into();
9
10
Target {
11
- llvm_target: "x86_64-win7-windows-msvc".into(),
+ llvm_target: "x86_64-pc-windows-msvc".into(),
12
metadata: crate::spec::TargetMetadata {
13
description: Some("64-bit Windows 7 support".into()),
14
tier: Some(3),
0 commit comments