We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2595118 + 57ed8e8 commit d332656Copy full SHA for d332656
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