Skip to content

Make unexpected LLVM versions a warning rather than an error.

Andreas Klebinger requested to merge wip/andreask/llvm-check into master
Make unexpected LLVM versions a warning rather than an error.

Typically a newer LLVM version *will* work so erroring out if
a user uses a newer LLVM version is too aggressive.

Fixes #25915

Merge request reports

Loading