Update linker-plugin-lto.md to contain up to rust 1.46

This commit is contained in:
Elichai Turkel 2020-09-06 11:20:53 +03:00 committed by GitHub
parent ffaf158608
commit 9e1403373d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.