Displaying 2 results from an estimated 2 matches for "core_8h_source".
2013 Feb 17
2
[LLVMdev] [llvm-c] LLVMAttribute possible bug
While writing bindings to LLVM for another language via the c api I
noticed that
LLVMAlignment and LLVMStackAlignment do not use 1<<x like all the others,
but 31<<x and 7<x respectively (see below, or here:
http://llvm.org/docs/doxygen/html/Core_8h_source.html#l00148).
It's likely this is as it is intended, but it does look out-of-place
enough that
I thought it might be a typo and I would like to know. Also, 1<<27 and 1<<28
get skipped over from LLVMStackAlignment to LLVMReturnsTwice:
LLVMZExtAttribute = 1<<0,
LLVMSExt...
2012 Feb 17
0
[LLVMdev] LLVMTypeHandlerRef is missing?
Hi, I tried to build llvm-py (http://www.mdevan.org/llvm-py/) using LLVM
3.0.1, and I got these errors in a few places:
error: unknown type name ‘LLVMTypeHandleRef’
I did a quick search, and my guess is LLVMTypeHandleRef is not exist in
LLVM 3 anymore:
http://llvm.org/docs/doxygen/html/Core_8h_source.html
So is there any equivalent? Maybe LLVMTypeRef?
Regards,
Andre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120217/6727ad04/attachment.html>