Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cmake] Propagate the LLVM_VERSION cmake option to the way we find cl…
…ang. (#673) We can specify cmake -DLLVM_VERSION=... and before that patch we will pick up the latest version of clang which made our setup incompatible. This patch tries harder to find the corresponding clang version to the specified version of llvm.
- Loading branch information