[PATCH] D51086: [XRay] Refactor file header reading (NFC)

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 22 00:37:37 PDT 2018


dberris created this revision.
dberris added a reviewer: eizan.
Herald added subscribers: hiraditya, mgorny.

This patch moves out the definition of the XRay log file header from
binary logs into its own header and implementation file.

This is one part of the refactoring being done in https://reviews.llvm.org/D50441.


https://reviews.llvm.org/D51086

Files:
  llvm/include/llvm/XRay/FileHeaderReader.h
  llvm/lib/XRay/CMakeLists.txt
  llvm/lib/XRay/FileHeaderReader.cpp
  llvm/lib/XRay/Trace.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51086.161888.patch
Type: text/x-patch
Size: 9147 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180822/b3859a56/attachment.bin>


More information about the llvm-commits mailing list