Closed disarray2077 closed 3 years ago
We probably shouldn't just put CMake 3.15
, since it's not just that specific version that works - that's just the minimum requirement. CMake 3.15 or newer
is probably better...
Done, I made it clearer as you suggested :+1:
Building LLVM currently depends on a CMake feature that was only introduced in version 3.15, but this isn't specified on the documentation, this PR aims to do so.
_The feature in question is the multiple-target support, as seen here: llvm_build.sh#L21_