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] = &[
56
56
"aarch64-apple-ios-sim",
57
57
"aarch64-unknown-fuchsia",
58
58
"aarch64-linux-android",
59
+ "aarch64-pc-windows-gnullvm",
59
60
"aarch64-pc-windows-msvc",
60
61
"aarch64-unknown-hermit",
61
62
"aarch64-unknown-linux-gnu",
@@ -96,6 +97,7 @@ static TARGETS: &[&str] = &[
96
97
"i686-apple-darwin",
97
98
"i686-linux-android",
98
99
"i686-pc-windows-gnu",
100
+ "i686-pc-windows-gnullvm",
99
101
"i686-pc-windows-msvc",
100
102
"i686-unknown-freebsd",
101
103
"i686-unknown-linux-gnu",
@@ -157,6 +159,7 @@ static TARGETS: &[&str] = &[
157
159
"x86_64-unknown-fuchsia",
158
160
"x86_64-linux-android",
159
161
"x86_64-pc-windows-gnu",
162
+ "x86_64-pc-windows-gnullvm",
160
163
"x86_64-pc-windows-msvc",
161
164
"x86_64-pc-solaris",
162
165
"x86_64-unikraft-linux-musl",
You can’t perform that action at this time.
0 commit comments