comparison 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
comparison
equal deleted inserted replaced
1273:1ba61de8796b 1274:4ff9ab0d472c
1 /// Support for callbacks when an abstract type becomes more concrete. 1 /// Support for callbacks when an abstract type becomes more concrete.
2 2
3 #include "llvm/Support/Streams.h"
3 #include "llvm/Type.h" 4 #include "llvm/Type.h"
4 #include "llvm-c/Core.h" 5 #include "llvm-c/Core.h"
5 6
6 using namespace llvm; 7 using namespace llvm;
7 8