Skip to content

build-systems: fix LLVM version reporting to allow for versions >9 (such as the current 10)

Eric Engestrom requested to merge eric/mesa:llvm-version into master

Replace the number concatenation (then used as a hex number??) with a simple major * 100 + minor.

Reported-by: @daenzer


Intel CI
Windows build
MacOS build

Edited by Eric Engestrom

Merge request reports