[llvm-commits] [PATCH 2/5] [llvm-c] Add LLVMPrintModule.
Anders Waldenborg
anders at 0x63.nu
Mon Mar 19 13:24:50 PDT 2012
Like LLVMDumpModule but returns the string (that needs to be freed
with LLVMDisposeMessage) instead of printing it to stderr.
---
include/llvm-c/Core.h | 3 +++
lib/VMCore/Core.cpp | 11 +++++++++++
2 files changed, 14 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-llvm-c-Add-LLVMPrintModule.patch
Type: text/x-patch
Size: 1104 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120319/cfc594b1/attachment.bin>
More information about the llvm-commits
mailing list