[PATCH] D21987: [XRay] Implement `llvm-xray extract`, start of the llvm-xray tool

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 18:46:16 PDT 2016


dberris updated this revision to Diff 75825.
dberris marked an inline comment as done.
dberris added a comment.

Squash local commits and rebase before landing.


https://reviews.llvm.org/D21987

Files:
  test/tools/llvm-xray/X86/Inputs/elf32-noxray.bin
  test/tools/llvm-xray/X86/Inputs/elf64-badentrysizes.bin
  test/tools/llvm-xray/X86/Inputs/elf64-example.bin
  test/tools/llvm-xray/X86/Inputs/elf64-noinstr-map.bin
  test/tools/llvm-xray/X86/Inputs/empty-file.bin
  test/tools/llvm-xray/X86/bad-instrmap-sizes.bin
  test/tools/llvm-xray/X86/empty.txt
  test/tools/llvm-xray/X86/extract-instrmap.ll
  test/tools/llvm-xray/X86/lit.local.cfg
  test/tools/llvm-xray/X86/no-instr-map.txt
  test/tools/llvm-xray/X86/no-such-file.txt
  test/tools/llvm-xray/X86/unsupported-elf32.txt
  tools/llvm-xray/CMakeLists.txt
  tools/llvm-xray/llvm-xray.cc
  tools/llvm-xray/xray-extract.cc
  tools/llvm-xray/xray-extract.h
  tools/llvm-xray/xray-registry.cc
  tools/llvm-xray/xray-registry.h
  tools/llvm-xray/xray-sleds.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21987.75825.patch
Type: text/x-patch
Size: 20182 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161026/10a95259/attachment.bin>


More information about the llvm-commits mailing list