[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
Thu Oct 20 23:58:46 PDT 2016
dberris marked an inline comment as done.
dberris added a comment.
This is ready for another look @dblaikie -- added some failure tests that were easy to catch (not found, no instrumentation map) and provided some sample binaries to use instead of creating one on the fly (as it seemed harder to generate a final linked executable from a .ll).
If you have ideas about how to make the sequence:
llc ...; <link the .o into a final binary> ; llvm-xray extract <final binary>
work in a `.ll` test, I'd be very interested to try.
https://reviews.llvm.org/D21987
More information about the llvm-commits
mailing list