Displaying 2 results from an estimated 2 matches for "d56e8b0d".
2012 Sep 12
0
[LLVMdev] [Patch] Metadata nodes and C API
...functions to the C bindings.
Thanks,
Anthony Bryant.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mdnode_operands.patch
Type: application/octet-stream
Size: 1691 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120912/d56e8b0d/attachment.obj>
2012 Sep 04
2
[LLVMdev] Metadata nodes and C API
Hi,
I'm relatively new to using LLVM, and I'm working on a front end for a
language I'm designing. I have a couple of questions about metadata:
1. I'd like to be able to store some high level program structure in
bitcode files, to be imported by future runs of my compiler, in order
to keep everything in one place (so my bitcode files become something
akin to Java's class