[PATCH] Help CMake-based applications find a specific LLVM version

Brad King brad.king at kitware.com
Wed Apr 16 07:17:02 PDT 2014


On 04/11/2014 06:43 PM, Eric Christopher wrote:
> LGTM.

Great.  Can someone with access please commit the two patches?

Thanks,
-Brad

> 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