Skip to content

Commit

Permalink
Regenerate target info (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 16, 2025
1 parent 90451a0 commit d2dc6a9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/target/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1384,6 +1384,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
unversioned_llvm_target: "i686-pc-windows-msvc",
},
),
(
"i686-win7-windows-gnu",
TargetInfo {
full_arch: "i686",
arch: "x86",
vendor: "win7",
os: "windows",
env: "gnu",
abi: "",
unversioned_llvm_target: "i686-pc-windows-gnu",
},
),
(
"i686-win7-windows-msvc",
TargetInfo {
Expand Down Expand Up @@ -3268,6 +3280,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
unversioned_llvm_target: "x86_64-pc-windows-msvc",
},
),
(
"x86_64-win7-windows-gnu",
TargetInfo {
full_arch: "x86_64",
arch: "x86_64",
vendor: "win7",
os: "windows",
env: "gnu",
abi: "",
unversioned_llvm_target: "x86_64-pc-windows-gnu",
},
),
(
"x86_64-win7-windows-msvc",
TargetInfo {
Expand Down

0 comments on commit d2dc6a9

Please sign in to comment.