[PATCH] D50129: [XRay][tools] Use Support/JSON.h in llvm-xray convert

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 31 21:47:36 PDT 2018


dberris created this revision.
dberris added reviewers: kpw, zturner.

This change removes the ad-hoc implementation used by llvm-xray's
`convert` subcommand to generate JSON encoded catapult (AKA Chrome
Trace Viewer) trace output, to instead use the JSON encoder now in the
Support library.


https://reviews.llvm.org/D50129

Files:
  llvm/tools/llvm-xray/xray-converter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50129.158462.patch
Type: text/x-patch
Size: 6460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180801/5ccd97c7/attachment.bin>


More information about the llvm-commits mailing list