mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Update linker-plugin-lto.md to contain up to rust 1.46
This commit is contained in:
parent
ffaf158608
commit
9e1403373d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user