diff tools/binding/llvm-typemonitor.cpp @ 1274:4ff9ab0d472c

Check in some old changes to the binding, from before I had commit access. - Add bindings for InsertValue and ExtractValue - Updates to use new APIs where they were renamed or removed. - Add generic error messages if LLVM didn't provide one. - Enable typesafe variadic arguments for GetGEP.
author Frits van Bommel <fvbommel wxs.nl>
date Mon, 27 Apr 2009 22:34:36 +0200
parents 1ba61de8796b
children
line wrap: on
line diff
--- a/tools/binding/llvm-typemonitor.cpp	Mon Apr 27 22:33:17 2009 +0200
+++ b/tools/binding/llvm-typemonitor.cpp	Mon Apr 27 22:34:36 2009 +0200
@@ -1,5 +1,6 @@
 /// Support for callbacks when an abstract type becomes more concrete.
 
+#include "llvm/Support/Streams.h"
 #include "llvm/Type.h"
 #include "llvm-c/Core.h"