[cfe-commits] [PATCH] Windows build break
Eric Christopher
echristo at apple.com
Thu Jan 13 16:14:38 PST 2011
On Jan 13, 2011, at 4:12 PM, John Thompson wrote:
> Would this be the right fix for a Windows build break concerning stdint.h not existing on Windows?:
>
> Index: include/clang/Basic/ABI.h
> ===================================================================
> --- include/clang/Basic/ABI.h (revision 123405)
> +++ include/clang/Basic/ABI.h (working copy)
> @@ -15,7 +15,7 @@
> #ifndef CLANG_BASIC_ABI_H
> #define CLANG_BASIC_ABI_H
>
> -#include <stdint.h>
> +#include "llvm/Support/DataTypes.h"
>
Correct. Someone already committed this.
> namespace clang {
> Could we turn on the buildbot for Win32?
>
Dunno what happened to it.
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110113/105261c5/attachment.html>
More information about the cfe-commits
mailing list