[LLVMdev] LLVM-C addition: LLVMConvertModuleToXXX
F van der Meeren
llvm-dev at code2develop.com
Wed Sep 15 16:25:02 PDT 2010
What do you guys/girls think about LLVM-C additions that are similar to the following:
char *
LLVMConvertModuleToC(LLVMModuleRef aModule);
Which creates the X-code for a given module (in this case for the language C).
- Filip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100916/2e6cc84d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: main.cpp
Type: application/octet-stream
Size: 3068 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100916/2e6cc84d/attachment.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100916/2e6cc84d/attachment-0001.html>
More information about the llvm-dev
mailing list