diff options
author | Dean Michael Berris <dberris@google.com> | 2016-10-26 01:42:59 +0000 |
---|---|---|
committer | Dean Michael Berris <dberris@google.com> | 2016-10-26 01:42:59 +0000 |
commit | d21e0a7ba74da20bb06b7ad3366d9299bb33feed (patch) | |
tree | 96d865d14cb053462ca1a2e12c063bdb35115b82 /llvm/lib/Transforms/Utils/CloneModule.cpp | |
parent | eb1bf312d5a7896184f12b1cba10e90cccfba181 (diff) | |
download | llvm-d21e0a7ba74da20bb06b7ad3366d9299bb33feed.zip llvm-d21e0a7ba74da20bb06b7ad3366d9299bb33feed.tar.gz llvm-d21e0a7ba74da20bb06b7ad3366d9299bb33feed.tar.bz2 |
[XRay] Implement `llvm-xray extract`, start of the llvm-xray tool
Usage:
llvm-xray extract <object file> [-o <filename or '-'>]
The tool gets the XRay instrumentation map from an object file and turns
it into YAML. We first support ELF64 sleds on x86_64 binaries, with
provision for supporting other supported platforms and formats later.
This is the first of a many-part change to fully implement the
`llvm-xray` tool.
We also define a subcommand registration and dispatch mechanism to be
used by other further subcommand implementations for llvm-xray.
llvm-svn: 285155
Diffstat (limited to 'llvm/lib/Transforms/Utils/CloneModule.cpp')
0 files changed, 0 insertions, 0 deletions