[llvm-commits] [PATCH] [llvm-c] Add bindings for assembly parsing

Gregory Szorc gregory.szorc at gmail.com
Sun Mar 18 17:55:05 PDT 2012


---
 include/llvm-c/Assembly.h        |  150 ++++++++++++++++++++++++++++++++++++++
 lib/AsmParser/CMakeLists.txt     |    1 +
 lib/AsmParser/ParserBindings.cpp |  110 ++++++++++++++++++++++++++++
 3 files changed, 261 insertions(+), 0 deletions(-)
 create mode 100644 include/llvm-c/Assembly.h
 create mode 100644 lib/AsmParser/ParserBindings.cpp

I would add tests, but AFAICT there is no test framework set up for LLVM-C :(

While I'm here, can anyone think of other Assembly-related APIs that
are missing from LLVM-C?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-llvm-c-Add-bindings-for-assembly-parsing.patch
Type: text/x-patch
Size: 10636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120318/e7d8cd0b/attachment.bin>


More information about the llvm-commits mailing list