Skip to content

Commit 9faa39f

Browse files
authored
Rollup merge of #72290 - elichai:2020-doc-lto, r=wesleywiser
Add newer rust versions to linker-plugin-lto.md Hi, This doc got a bit out of date, it's hosted here: https://doc.rust-lang.org/rustc/linker-plugin-lto.html you can check the versions I've added via: ```bash $ rustup install 1.38.0 $ rustc +1.38.0 -vV rustc 1.38.0 (625451e 2019-09-23) binary: rustc commit-hash: 625451e commit-date: 2019-09-23 host: x86_64-unknown-linux-gnu release: 1.38.0 LLVM version: 9.0 $ rustup install 1.43.1 $ rustc +1.43.1 -vV rustc 1.43.1 (8d69840 2020-05-04) binary: rustc commit-hash: 8d69840 commit-date: 2020-05-04 host: x86_64-unknown-linux-gnu release: 1.43.1 LLVM version: 9.0 ```
2 parents 1d37f33 + 1591196 commit 9faa39f

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)