about summary refs log tree commit diff
path: root/src/doc/rustc
diff options
context:
space:
mode:
authorElichai Turkel <elichai.turkel@gmail.com>2020-05-17 12:16:43 +0300
committerElichai Turkel <elichai.turkel@gmail.com>2020-05-17 12:16:43 +0300
commit15911963ecac775a2e427aada287bd0f3f86e0e2 (patch)
tree331a00c6c4c73df4f19b4cbef940bff2661f9d9b /src/doc/rustc
parent09739c22db948a7a2ed13e8f466cb22adb1d7818 (diff)
downloadrust-15911963ecac775a2e427aada287bd0f3f86e0e2.tar.gz
rust-15911963ecac775a2e427aada287bd0f3f86e0e2.zip
Update linker-plugin-lto.md to contain up to rust 1.43
Diffstat (limited to 'src/doc/rustc')
-rw-r--r--src/doc/rustc/src/linker-plugin-lto.md18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/doc/rustc/src/linker-plugin-lto.md b/src/doc/rustc/src/linker-plugin-lto.md
index 6f1bbe60569..c0b14352b7d 100644
--- a/src/doc/rustc/src/linker-plugin-lto.md
+++ b/src/doc/rustc/src/linker-plugin-lto.md
@@ -100,11 +100,17 @@ LLVM. However, the approximation is usually reliable.
 
 The following table shows known good combinations of toolchain versions.
 
-|           |  Clang 7  |  Clang 8  |
-|-----------|-----------|-----------|
-| Rust 1.34 |     ✗     |     ✓     |
-| Rust 1.35 |     ✗     |     ✓     |
-| Rust 1.36 |     ✗     |     ✓     |
-| Rust 1.37 |     ✗     |     ✓     |
+|           |  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 |     ✗     |     ✗     |     ✓     |
 
 Note that the compatibility policy for this feature might change in the future.