diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2019-05-28 14:05:00 +0200 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2019-05-28 16:26:41 +0200 |
| commit | f65b6a87865d3768a798d33e97aa52656eeabe68 (patch) | |
| tree | 0c0852880c91317d44fb40f7b5d1a8c8c472d31b | |
| parent | 837b72c805f98d95a44ad4fc2b43ba6a8acb108a (diff) | |
| download | rust-f65b6a87865d3768a798d33e97aa52656eeabe68.tar.gz rust-f65b6a87865d3768a798d33e97aa52656eeabe68.zip | |
rustc-book: Update the rustc/clang compatibility table for xLTO.
| -rw-r--r-- | src/doc/rustc/src/linker-plugin-lto.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc/rustc/src/linker-plugin-lto.md b/src/doc/rustc/src/linker-plugin-lto.md index 73a2efcb33a..2ae726c4ba6 100644 --- a/src/doc/rustc/src/linker-plugin-lto.md +++ b/src/doc/rustc/src/linker-plugin-lto.md @@ -100,9 +100,10 @@ LLVM. However, the approximation is usually reliable. The following table shows known good combinations of toolchain versions. -| | Clang 7 | Clang 8 | +| | Clang 7 | Clang 8 | |-----------|-----------|-----------| | Rust 1.34 | ✗ | ✓ | -| Rust 1.35 | ✗ | ✓(?) | +| Rust 1.35 | ✗ | ✓ | +| Rust 1.36 | ✗ | ✓ | Note that the compatibility policy for this feature might change in the future. |
