Skip to content

Commit 1591196

Browse files
committed
Update linker-plugin-lto.md to contain up to rust 1.43
1 parent 09739c2 commit 1591196

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

src/doc/rustc/src/linker-plugin-lto.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,17 @@ 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 |
104-
|-----------|-----------|-----------|
105-
| Rust 1.34 |||
106-
| Rust 1.35 |||
107-
| Rust 1.36 |||
108-
| Rust 1.37 |||
103+
| | Clang 7 | Clang 8 | Clang 9 |
104+
|-----------|-----------|-----------|-----------|
105+
| Rust 1.34 ||||
106+
| Rust 1.35 ||||
107+
| Rust 1.36 ||||
108+
| Rust 1.37 ||||
109+
| Rust 1.38 ||||
110+
| Rust 1.39 ||||
111+
| Rust 1.40 ||||
112+
| Rust 1.41 ||||
113+
| Rust 1.42 ||||
114+
| Rust 1.43 ||||
109115

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

0 commit comments

Comments
 (0)