Skip to content

Commit 8120aed

Browse files
Regenerate target info (#1280)
1 parent 2050013 commit 8120aed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/target/generated.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,8 +1594,8 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
15941594
full_arch: "mipsel",
15951595
arch: "mips",
15961596
vendor: "sony",
1597-
os: "none",
1598-
env: "psx",
1597+
os: "psx",
1598+
env: "",
15991599
abi: "",
16001600
unversioned_llvm_target: "mipsel-sony-psx",
16011601
},
@@ -2723,7 +2723,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
27232723
arch: "wasm32",
27242724
vendor: "unknown",
27252725
os: "wasi",
2726-
env: "p1",
2726+
env: "",
27272727
abi: "",
27282728
unversioned_llvm_target: "wasm32-wasi",
27292729
},
@@ -2737,7 +2737,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
27372737
os: "wasi",
27382738
env: "p1",
27392739
abi: "",
2740-
unversioned_llvm_target: "wasm32-wasi",
2740+
unversioned_llvm_target: "wasm32-wasip1",
27412741
},
27422742
),
27432743
(

0 commit comments

Comments
 (0)