Commit f845470 1 parent 1e5ef0e commit f845470 Copy full SHA for f845470
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ jobs:
161
161
- llvm : ' 17'
162
162
- llvm : ' 18'
163
163
- llvm : ' 19'
164
+ - llvm : ' 20'
164
165
runs-on : ${{ matrix.os || 'ubuntu-latest' }}
165
166
timeout-minutes : 60
166
167
steps :
Original file line number Diff line number Diff line change @@ -452,11 +452,11 @@ LLVM_PROFDATA=<llvm-profdata-path> \
452
452
453
453
Known compatible Rust (installed via rustup) and LLVM versions:
454
454
455
- | | Rust 1.60-1.77 | Rust 1.78-1.81 | Rust 1.82-1.86 |
455
+ | | Rust 1.60-1.77 | Rust 1.78-1.81 | Rust 1.82-1.87 |
456
456
| ---------- | -------------- | -------------- | -------------- |
457
457
| LLVM 14-17 | ** ✓** | | |
458
458
| LLVM 18 | | ** ✓** | |
459
- | LLVM 19 | | | ** ✓** |
459
+ | LLVM 19-20 | | | ** ✓** |
460
460
461
461
### Get coverage of external tests
462
462
You can’t perform that action at this time.
0 commit comments