Skip to content

Commit

Permalink
Regenerate target info (#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 13, 2025
1 parent c0bb1e3 commit 0aa4220
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions src/target/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
llvm_target: "aarch64_be-unknown-netbsd",
},
),
(
"amdgcn-amd-amdhsa",
TargetInfo {
full_arch: "amdgcn",
arch: "amdgpu",
vendor: "amd",
os: "amdhsa",
env: "",
abi: "",
llvm_target: "amdgcn-amd-amdhsa",
},
),
(
"arm-linux-androideabi",
TargetInfo {
Expand Down Expand Up @@ -1252,6 +1264,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
llvm_target: "i586-unknown-netbsdelf",
},
),
(
"i586-unknown-redox",
TargetInfo {
full_arch: "i586",
arch: "x86",
vendor: "unknown",
os: "redox",
env: "relibc",
abi: "",
llvm_target: "i586-unknown-redox",
},
),
(
"i686-apple-darwin",
TargetInfo {
Expand Down Expand Up @@ -1396,18 +1420,6 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
llvm_target: "i686-unknown-openbsd",
},
),
(
"i686-unknown-redox",
TargetInfo {
full_arch: "i686",
arch: "x86",
vendor: "unknown",
os: "redox",
env: "relibc",
abi: "",
llvm_target: "i686-unknown-redox",
},
),
(
"i686-unknown-uefi",
TargetInfo {
Expand Down

0 comments on commit 0aa4220

Please sign in to comment.