Hi, I tried to build llvm-py (<a href="http://www.mdevan.org/llvm-py/">http://www.mdevan.org/llvm-py/</a>) using LLVM 3.0.1, and I got these errors in a few places:<div><div>error: unknown type name ‘LLVMTypeHandleRef’</div>
</div><div><br></div><div>I did a quick search, and my guess is LLVMTypeHandleRef is not exist in LLVM 3 anymore:</div><div><a href="http://llvm.org/docs/doxygen/html/Core_8h_source.html">http://llvm.org/docs/doxygen/html/Core_8h_source.html</a></div>
<div><br></div><div>So is there any equivalent? Maybe LLVMTypeRef?</div><div><br></div><div>Regards,</div><div>Andre</div>