Closed JonatanAntoni closed 1 month ago
7 files 53 suites 4m 7s :stopwatch: 185 tests 168 :white_check_mark: 17 :zzz: 0 :x: 692 runs 624 :white_check_mark: 68 :zzz: 0 :x:
Results for commit eb969f00.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 64.24%. Comparing base (
d085a91
) to head (eb969f0
). Report is 1 commits behind head on main.
In LLVM 19 the order of the target triple got swapped. I.e., none-unknown-eabi is not accepted anymore instead unknown-none-eabi is required. By dropping the unknown entirely the reduced target triple is accepted by all major versions 17, 18, and 19 by defaulting to vendor unknown.
See llvm/llvm-project#89582