[llvm-commits] [PATCH] Fix build of BlocksRuntime with MSVC

Chris Lattner clattner at apple.com
Thu Apr 29 16:42:50 PDT 2010


Looks fine to me, please commit.

-Chris

On Apr 21, 2010, at 4:33 PM, Charles Davis wrote:

> Hi,
> 
> I created this patch to help a friend compile the BlocksRuntime part of
> compiler-rt on Windows with MSVC. (Actually, I told him which changes to
> make, and he generated a svn diff which I cleaned up a little.) I just
> want to run this past you guys before committing.
> 
> The main problem is that MSVC doesn't have a stdbool.h, so this patch
> works around that. It also compensates for the fact that MSVC doesn't
> define __WIN32__.
> 
> Chip
> <pastie-928932.diff>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list