Update example so it works again.
[cl-llvm.git] / src / target.i
blob7fad3408e0cd1b2bceac456bdff514f47c9777f0
1 %include "typemaps.i"
3 %ignore LLVMIntPtrType;
4 %rename CLLLVM_LLVMIntPtrTypeInContext "%%LLVMIntPtrTypeInContext";
6 %include "llvm-c/Target.h"
8 LLVMTypeRef CLLLVM_LLVMIntPtrTypeInContext(LLVMContextRef Context, LLVMTargetDataRef TD);