Skip to content

Commit

Permalink
Regenerate target info (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 20, 2025
1 parent 0dd683c commit d839f2e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/target/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3028,6 +3028,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
llvm_target: "x86_64-linux-android",
},
),
(
"x86_64-pc-cygwin",
TargetInfo {
full_arch: "x86_64",
arch: "x86_64",
vendor: "pc",
os: "cygwin",
env: "",
abi: "",
llvm_target: "x86_64-pc-cygwin",
},
),
(
"x86_64-pc-nto-qnx710",
TargetInfo {
Expand Down

0 comments on commit d839f2e

Please sign in to comment.