[LLVMdev] [Patch] Fix compiler-rt build on Windows

Ruben Van Boxem vanboxem.ruben at gmail.com
Sun Sep 23 07:29:12 PDT 2012


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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120923/10b45ffc/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: windows.patch
Type: application/octet-stream
Size: 6615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120923/10b45ffc/attachment.obj>


More information about the llvm-dev mailing list