[llvm-commits] [PATCH] CrashRecoveryContext.cpp Win32 support

Aaron Ballman aaron at aaronballman.com
Mon Aug 8 06:10:48 PDT 2011


Hello!  I noticed there was a "fixme" listed in
CrashRecoveryContext.cpp and that some Win32 support was needed.  I
believe this patch will solve the issue.  I have tested it with Visual
Studio 2010, and MinGW gcc 4.5.2 and the behavior is the same as what
I get on OS X.

I was unable to get the test suite to run in my environment (had all
the prerequisites installed, followed the instructions on the site),
so I've not been able to run this against the suite.

One thing to note about this patch is that is only provides support
for Windows XP and higher.  Trying to support older versions of
Windows is possible (Win2k and higher) but comes with more pitfalls
(as noted in the comments).

If you have any questions, please ask!

~Aaron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CrashRecoveryContext.diff
Type: application/octet-stream
Size: 5205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110808/d1fbe81b/attachment.obj>


More information about the llvm-commits mailing list