[PATCH] Generalize debug info / EH emission in AsmPrinter
Reid Kleckner
rnk at google.com
Mon Dec 2 11:36:34 PST 2013
================
Comment at: lib/CodeGen/AsmPrinter/AsmPrinterObserver.h:18
@@ +17,3 @@
+
+#include <stdint.h>
+
----------------
Eric Christopher wrote:
> I think you want Support/DataTypes.h here?
Fun fact: stdint.h is available since MSVC 2010, so we can use it freely now. Unfortunately DataTypes.h defines other types as well. Someone should try untangling it though.
http://llvm-reviews.chandlerc.com/D2222
More information about the llvm-commits
mailing list