[PATCH] Help CMake-based applications find a specific LLVM version
Eric Christopher
echristo at gmail.com
Fri Apr 11 15:43:30 PDT 2014
LGTM.
-eric
On Thu, Apr 3, 2014 at 10:52 AM, Brad King <brad.king at kitware.com> wrote:
> Hi Folks,
>
> Here is a series to help CMake-based applications use code of the form
>
> find_package(LLVM 3.5)
>
> to locate a specific version of LLVM. The first patch exports the
> LLVM_VERSION_PATCH value in LLVMConfig.cmake and the second patch
> teaches LLVMConfigVersion.cmake to behave as find_package() expects.
>
> See the commit message in each patch for details.
>
> Thanks,
> -Brad
More information about the llvm-commits
mailing list