Skip to content

Commit

Permalink
Regenerate target info (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 8, 2024
1 parent 2050013 commit 8120aed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/target/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1594,8 +1594,8 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
full_arch: "mipsel",
arch: "mips",
vendor: "sony",
os: "none",
env: "psx",
os: "psx",
env: "",
abi: "",
unversioned_llvm_target: "mipsel-sony-psx",
},
Expand Down Expand Up @@ -2723,7 +2723,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
arch: "wasm32",
vendor: "unknown",
os: "wasi",
env: "p1",
env: "",
abi: "",
unversioned_llvm_target: "wasm32-wasi",
},
Expand All @@ -2737,7 +2737,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
os: "wasi",
env: "p1",
abi: "",
unversioned_llvm_target: "wasm32-wasi",
unversioned_llvm_target: "wasm32-wasip1",
},
),
(
Expand Down

0 comments on commit 8120aed

Please sign in to comment.