You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/rustc/src/platform-support/pc-windows-gnullvm.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Windows targets similar to `*-pc-windows-gnu` but using UCRT as the runtime and
6
6
7
7
Target triples available so far:
8
8
-`aarch64-pc-windows-gnullvm`
9
+
-`i686-pc-windows-gnullvm`
9
10
-`x86_64-pc-windows-gnullvm`
10
11
11
12
## Target maintainers
@@ -42,7 +43,7 @@ Once these targets bootstrap themselves on native hardware they should pass Rust
42
43
43
44
## Cross-compilation toolchains and C code
44
45
45
-
Compatible C code can be built with Clang's `aarch64-pc-windows-gnu` and `x86_64-pc-windows-gnu` targets as long as LLVM based C toolchains are used.
46
+
Compatible C code can be built with Clang's `aarch64-pc-windows-gnu`, `i686-pc-windows-gnullvm` and `x86_64-pc-windows-gnu` targets as long as LLVM based C toolchains are used.
0 commit comments