[PATCH] compiler-rt: Fix windows executable stack handling

Stephen Hines srhines at google.com
Tue Sep 2 14:41:35 PDT 2014


The following patch allows compiler-rt to build/execute under a mingw build
for windows. The existing code (ifdef-ed out on windows) doesn't build or
execute correctly for this environment. Please take a look and let me know
if it is ok to commit it.

Thanks,
Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140902/d18e28ed/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Switch-to-a-proper-function-for-enabling-executable-.patch
Type: text/x-patch
Size: 1353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140902/d18e28ed/attachment.bin>


More information about the llvm-commits mailing list