diff options
| author | Elichai Turkel <elichai.turkel@gmail.com> | 2020-09-06 11:20:53 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-06 11:20:53 +0300 |
| commit | 9e1403373d948a8e0e3b6e0dc0beec3e31401b28 (patch) | |
| tree | 587ecad92bbcd16acc60b29b005199d22e3ec798 | |
| parent | ffaf15860836c55c7e64135436b05ba16057a580 (diff) | |
| download | rust-9e1403373d948a8e0e3b6e0dc0beec3e31401b28.tar.gz rust-9e1403373d948a8e0e3b6e0dc0beec3e31401b28.zip | |
Update linker-plugin-lto.md to contain up to rust 1.46
| -rw-r--r-- | src/doc/rustc/src/linker-plugin-lto.md | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/src/doc/rustc/src/linker-plugin-lto.md b/src/doc/rustc/src/linker-plugin-lto.md index c0b14352b7d..81c9b5774b2 100644 --- a/src/doc/rustc/src/linker-plugin-lto.md +++ b/src/doc/rustc/src/linker-plugin-lto.md @@ -100,17 +100,20 @@ LLVM. However, the approximation is usually reliable. The following table shows known good combinations of toolchain versions. -| | Clang 7 | Clang 8 | Clang 9 | -|-----------|-----------|-----------|-----------| -| Rust 1.34 | ✗ | ✓ | ✗ | -| Rust 1.35 | ✗ | ✓ | ✗ | -| Rust 1.36 | ✗ | ✓ | ✗ | -| Rust 1.37 | ✗ | ✓ | ✗ | -| Rust 1.38 | ✗ | ✗ | ✓ | -| Rust 1.39 | ✗ | ✗ | ✓ | -| Rust 1.40 | ✗ | ✗ | ✓ | -| Rust 1.41 | ✗ | ✗ | ✓ | -| Rust 1.42 | ✗ | ✗ | ✓ | -| Rust 1.43 | ✗ | ✗ | ✓ | +| | Clang 7 | Clang 8 | Clang 9 | Clang 10 | +|-----------|-----------|-----------|-----------|-----------| +| Rust 1.34 | ✗ | ✓ | ✗ | ✗ | +| Rust 1.35 | ✗ | ✓ | ✗ | ✗ | +| Rust 1.36 | ✗ | ✓ | ✗ | ✗ | +| Rust 1.37 | ✗ | ✓ | ✗ | ✗ | +| Rust 1.38 | ✗ | ✗ | ✓ | ✗ | +| Rust 1.39 | ✗ | ✗ | ✓ | ✗ | +| Rust 1.40 | ✗ | ✗ | ✓ | ✗ | +| Rust 1.41 | ✗ | ✗ | ✓ | ✗ | +| Rust 1.42 | ✗ | ✗ | ✓ | ✗ | +| Rust 1.43 | ✗ | ✗ | ✓ | ✗ | +| Rust 1.44 | ✗ | ✗ | ✓ | ✗ | +| Rust 1.45 | ✗ | ✗ | ✗ | ✓ | +| Rust 1.46 | ✗ | ✗ | ✗ | ✓ | Note that the compatibility policy for this feature might change in the future. |
