Fix LLVM version-suffixed binary name checking
authorMatt Corallo <git@bluematt.me>
Tue, 27 Jul 2021 23:47:01 +0000 (23:47 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 28 Jul 2021 00:46:31 +0000 (00:46 +0000)
Most hosts will install clang/LLVM binaries with the -MAJOR_VER
suffix, but we were searching for -MAJOR_VER.MINOR_VER suffix.


No differences found