[cfe-commits] [PATCH] Windows build break

John Thompson john.thompson.jtsoftware at gmail.com
Thu Jan 13 16:12:25 PST 2011


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"

 namespace clang {
Could we turn on the buildbot for Win32?

Thanks.

-John

-- 
John Thompson
John.Thompson.JTSoftware at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110113/61999b62/attachment.html>


More information about the cfe-commits mailing list