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 D50441.
Paths
| Differential D51086
[XRay] Refactor file header reading (NFC) ClosedPublic Authored by dberris on Aug 22 2018, 12:37 AM.
Details Summary This patch moves out the definition of the XRay log file header from This is one part of the refactoring being done in D50441.
Diff Detail
Event TimelineThis revision was not accepted when it landed; it landed in state Needs Review.Aug 22 2018, 12:38 AM Closed by commit rL340389: [XRay] Refactor file header reading (NFC) (authored by dberris). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 161889 llvm/trunk/include/llvm/XRay/FileHeaderReader.h
llvm/trunk/lib/XRay/CMakeLists.txt
llvm/trunk/lib/XRay/FileHeaderReader.cpp
llvm/trunk/lib/XRay/Trace.cpp
|