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

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


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-commits/attachments/20120923/69936b5d/attachment.html>


More information about the llvm-commits mailing list