Skip to content

Commit

Permalink
Regenerate target info
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 27, 2025
1 parent 8127db1 commit 743ed6a
Showing 1 changed file with 25 additions and 13 deletions.
38 changes: 25 additions & 13 deletions src/target/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1108,14 +1108,26 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
llvm_target: "wasm32-unknown-emscripten",
},
),
(
"avr-none",
TargetInfo {
full_arch: "avr",
arch: "avr",
vendor: "unknown",
os: "none",
env: "",
abi: "",
llvm_target: "avr-unknown-unknown",
},
),
(
"avr-unknown-gnu-atmega328",
TargetInfo {
full_arch: "avr",
arch: "avr",
vendor: "unknown",
os: "none",
env: "gnu",
env: "",
abi: "",
llvm_target: "avr-unknown-unknown",
},
Expand Down Expand Up @@ -1204,18 +1216,6 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
llvm_target: "i386-apple-ios-simulator",
},
),
(
"i586-pc-nto-qnx700",
TargetInfo {
full_arch: "i586",
arch: "x86",
vendor: "pc",
os: "nto",
env: "nto70",
abi: "",
llvm_target: "i586-pc-unknown",
},
),
(
"i586-pc-windows-msvc",
TargetInfo {
Expand Down Expand Up @@ -1300,6 +1300,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
llvm_target: "i686-linux-android",
},
),
(
"i686-pc-nto-qnx700",
TargetInfo {
full_arch: "i686",
arch: "x86",
vendor: "pc",
os: "nto",
env: "nto70",
abi: "",
llvm_target: "i586-pc-unknown",
},
),
(
"i686-pc-windows-gnu",
TargetInfo {
Expand Down

0 comments on commit 743ed6a

Please sign in to comment.