LLVM-READOBJ(1) | LLVM | LLVM-READOBJ(1) |
llvm-readobj - LLVM Object Reader
llvm-readobj [options] [input…]
The llvm-readobj tool displays low-level format-specific information about one or more object files. The tool and its output is primarily designed for use in FileCheck-based tests.
If input is “-” or omitted, llvm-readobj reads from standard input. Otherwise, it will read from the specified filenames.
llvm-readobj returns 0.
Maintained by The LLVM Team (http://llvm.org/).
2003-2020, LLVM Project
2020-09-18 | 7 |