Skip to content

Commit 9d649ed

Browse files
authored
Rollup merge of rust-lang#76402 - elichai:patch-2, r=wesleywiser
Update linker-plugin-lto.md to contain up to rust 1.46 Hi, this is the same as rust-lang#72290, if anyone has suggestions on how to automate this please say :) otherwise, you can check the versions I've added via: ```sh $ rustup install 1.44.0 $ rustc +1.44.0 -Vv rustc 1.44.0 (49cae55 2020-06-01) binary: rustc commit-hash: 49cae55 commit-date: 2020-06-01 host: x86_64-unknown-linux-gnu release: 1.44.0 LLVM version: 9.0 $ rustup install 1.45.0 $ rustc +1.45.0 -Vv rustc 1.45.0 (5c1f21c 2020-07-13) binary: rustc commit-hash: 5c1f21c commit-date: 2020-07-13 host: x86_64-unknown-linux-gnu release: 1.45.0 LLVM version: 10.0 $ rustup install 1.46.0 $ rustc +stable -Vv rustc 1.46.0 (04488af 2020-08-24) binary: rustc commit-hash: 04488af commit-date: 2020-08-24 host: x86_64-unknown-linux-gnu release: 1.46.0 LLVM version: 10.0 ```
2 parents a79c360 + 2e82589 commit 9d649ed

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

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

+15-12
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,20 @@ 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 | 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 ||||
103+
| Rust Version | Clang Version |
104+
|--------------|---------------|
105+
| Rust 1.34 | Clang 8 |
106+
| Rust 1.35 | Clang 8 |
107+
| Rust 1.36 | Clang 8 |
108+
| Rust 1.37 | Clang 8 |
109+
| Rust 1.38 | Clang 9 |
110+
| Rust 1.39 | Clang 9 |
111+
| Rust 1.40 | Clang 9 |
112+
| Rust 1.41 | Clang 9 |
113+
| Rust 1.42 | Clang 9 |
114+
| Rust 1.43 | Clang 9 |
115+
| Rust 1.44 | Clang 9 |
116+
| Rust 1.45 | Clang 10 |
117+
| Rust 1.46 | Clang 10 |
115118

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

0 commit comments

Comments
 (0)