Skip to content

Commit e65a0f1

Browse files
committed
Simplify platforms table
1 parent 384d9c3 commit e65a0f1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ $ buck2 build :rustc_ast[profile][llvm_passes] --show-output
5454

5555
The following platforms are available for use with `--target-platforms`:
5656

57-
| target platform | uses rustc, rustdoc, clippy | uses standard library |
58-
|---|---|---|
59-
| `//platforms/stage1:compiler` | downloaded stage0 | downloaded stage0 |
60-
| `//platforms/stage1:compiler-build-script` | downloaded stage0 | downloaded stage0 |
61-
| `//platforms/stage1:library` | built-from-source stage1 | none |
62-
| `//platforms/stage1:library-build-script` | downloaded stage0 | downloaded stage0 |
63-
| `//platforms/stage2:compiler` | built-from-source stage1 | built-from-source stage1 |
64-
| `//platforms/stage2:compiler-build-script` | built-from-source stage1 | built-from-source stage1 |
65-
| `//platforms/stage2:library` | built-from-source stage2 | none |
66-
| `//platforms/stage2:library-build-script` | built-from-source stage1 | built-from-source stage1 |
57+
| target platform | uses rustc, rustdoc, clippy |
58+
|---|---|
59+
| `//platforms/stage1:compiler-build-script` | downloaded stage0 |
60+
| `//platforms/stage1:compiler` | downloaded stage0 |
61+
| `//platforms/stage1:library-build-script` | downloaded stage0 |
62+
| `//platforms/stage1:library` | built-from-source stage1 |
63+
| `//platforms/stage2:compiler-build-script` | built-from-source stage1 |
64+
| `//platforms/stage2:compiler` | built-from-source stage1 |
65+
| `//platforms/stage2:library-build-script` | built-from-source stage1 |
66+
| `//platforms/stage2:library` | built-from-source stage2 |
6767

6868
The "build-script" platforms compile without optimization. These are used for
6969
procedural macros and build.rs. The non-build-script platforms compile with a

0 commit comments

Comments
 (0)