[PATCH] [compiler-rt] Port add_sanitizer_rt_symbols to CMake 3.0

Alexey Samsonov samsonov at google.com
Tue Mar 4 00:38:55 PST 2014


Landed in r202796-202797.


On Mon, Mar 3, 2014 at 9:24 PM, Alexey Samsonov <samsonov at google.com> wrote:

> Thanks, Brad!
>
> I will submit these patches tomorrow.
>
>
> On Sat, Mar 1, 2014 at 1:19 AM, Brad King <brad.king at kitware.com> wrote:
>
>> Hi Folks,
>>
>> I tested building compiler-rt with the upcoming CMake 3.0 release and
>> encountered warnings related to a new policy CMake 3.0 introduces.
>> Here is a pair of (ordered) patches to make it configure and build
>> cleanly both with CMake 3.0 and with CMake 2.8.x versions.
>>
>> The first patch fixes an existing problem (for any CMake version)
>> with multi-configuration CMake generators like the VS IDE and Xcode.
>> The second patch addresses the CMake 3.0 warning and also simplifies
>> the fix in the first patch when using CMake 3.0 by taking advantage
>> of a new feature.
>>
>> Please see the commit message in each patch for full details.
>>
>> Thanks,
>> -Brad
>>
>>
>
>
> --
> Alexey Samsonov, MSK
>



-- 
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140304/7da4d8e6/attachment.html>


More information about the llvm-commits mailing list