On Mon, Apr 20, 2020 at 04:53:52PM +0100, Quentin Monnet wrote: > The regex match used for detecting the LLVM version works for versions > with a single-digit major number. Now that LLVM v10 is out, detection > can fail, resulting in sparse-llvm not being built. > > Fix detection by extracting the major version number to compare with the > minimum supported. Sorry for the late reply. Applied & pushed. Thanks. -- Luc