Skip to content

Commit 653b44d

Browse files
authored
Rollup merge of #61267 - michaelwoerister:update-xlto-table, r=alexcrichton
rustc-book: Update the rustc/clang compatibility table for xLTO. Firefox is using these combinations successfully.
2 parents 18bb754 + f65b6a8 commit 653b44d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: src/doc/rustc/src/linker-plugin-lto.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,10 @@ LLVM. However, the approximation is usually reliable.
100100

101101
The following table shows known good combinations of toolchain versions.
102102

103-
| | Clang 7 | Clang 8 |
103+
| | Clang 7 | Clang 8 |
104104
|-----------|-----------|-----------|
105105
| Rust 1.34 |||
106-
| Rust 1.35 || ✓(?) |
106+
| Rust 1.35 |||
107+
| Rust 1.36 |||
107108

108109
Note that the compatibility policy for this feature might change in the future.

0 commit comments

Comments
 (0)