[llvm-commits] [Patch] Fix compiler-rt build on Windows

Alexey Samsonov samsonov at google.com
Mon Sep 24 04:51:40 PDT 2012


Hi Ruben,

Thanks for the patch and the testing!
I've applied most of the changes relevant to ASan, interception,
sanitizer_common in r164486. In the same time, we decided to
exclude asan from CMake build of compiler-rt on Windows as ASan is not yet
fully functional on Windows. So, we shouldn't break you
anymore.

I haven't looked at other parts of the patch (for parts of compiler-rt we
don't own).

On Sun, Sep 23, 2012 at 6:29 PM, Ruben Van Boxem
<vanboxem.ruben at gmail.com>wrote:

> Now with patch...
>
>
> 2012/9/23 Ruben Van Boxem <vanboxem.ruben at gmail.com>
>
>> Hi all,
>>
>> Attached is a patch solving the build issues of a CMake build of LLVM
>> including compiler-rt. I tested with MinGW-w64 GCC 4.7.2 for x86 and x64.
>> Mostly a missing function I implemented a while back in the tests that
>> moved to lib, some missing typedefs and some wrong typedefs for x64. I also
>> commented out the error saying the interception function doesn't work. Note
>> I didn't fix it, but it does prevent the build of LLVM+Clang+compiler-rt as
>> described on http://clang.llvm.org/get_started.html
>>
>> Please comment or apply a perhaps modified version of the patch. Thanks!
>>
>> Ruben
>>
>> PS: please reply to me directly, I am not subscribed to the llvm lists.
>>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>


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


More information about the llvm-commits mailing list