diff options
| author | Anders Waldenborg <anders@0x63.nu> | 2013-10-23 08:10:20 +0000 |
|---|---|---|
| committer | Anders Waldenborg <anders@0x63.nu> | 2013-10-23 08:10:20 +0000 |
| commit | b932c6695590dc272dc0f40f6dc2e3f881c0859b (patch) | |
| tree | 769fd199b96e1a09810234e73f83d4c563e0d5b5 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
| parent | 993f1f38fdda2a38e7b3aac0611162796ce92ad1 (diff) | |
| download | llvm-b932c6695590dc272dc0f40f6dc2e3f881c0859b.zip llvm-b932c6695590dc272dc0f40f6dc2e3f881c0859b.tar.gz llvm-b932c6695590dc272dc0f40f6dc2e3f881c0859b.tar.bz2 | |
Add llvm-c-test tool for testing llvm-c
This provides rudimentary testing of the llvm-c api.
The following commands are implemented:
* --module-dump
Read bytecode from stdin - print ir
* --module-list-functions
Read bytecode from stdin - list summary of functions
* --module-list-globals
Read bytecode from stdin - list summary of globals
* --targets-list
List available targets
* --object-list-sections
Read object file from stdin - list sections
* --object-list-symbols
Read object file from stdin - list symbols (like nm)
* --disassemble
Read lines of triple, hex ascii machine code from stdin - print disassembly
* --calc
Read lines of name, rpn from stdin - print generated module ir
Differential-Revision: http://llvm-reviews.chandlerc.com/D1776
llvm-svn: 193233
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions
