File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/tools/build-manifest/src Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ static TARGETS: &[&str] = &[
5656 "aarch64-apple-ios-sim" ,
5757 "aarch64-unknown-fuchsia" ,
5858 "aarch64-linux-android" ,
59+ "aarch64-pc-windows-gnullvm" ,
5960 "aarch64-pc-windows-msvc" ,
6061 "aarch64-unknown-hermit" ,
6162 "aarch64-unknown-linux-gnu" ,
@@ -96,6 +97,7 @@ static TARGETS: &[&str] = &[
9697 "i686-apple-darwin" ,
9798 "i686-linux-android" ,
9899 "i686-pc-windows-gnu" ,
100+ "i686-pc-windows-gnullvm" ,
99101 "i686-pc-windows-msvc" ,
100102 "i686-unknown-freebsd" ,
101103 "i686-unknown-linux-gnu" ,
@@ -157,6 +159,7 @@ static TARGETS: &[&str] = &[
157159 "x86_64-unknown-fuchsia" ,
158160 "x86_64-linux-android" ,
159161 "x86_64-pc-windows-gnu" ,
162+ "x86_64-pc-windows-gnullvm" ,
160163 "x86_64-pc-windows-msvc" ,
161164 "x86_64-pc-solaris" ,
162165 "x86_64-unikraft-linux-musl" ,
You can’t perform that action at this time.
0 commit comments