[PATCH] D31870: [XRay][tools] Fix an accounting bug in llvm-xray account

Eizan Miyamoto via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 17:15:03 PDT 2017


eizan accepted this revision.
eizan added inline comments.


================
Comment at: tools/llvm-xray/xray-account.cc:412
+namespace llvm {
+template <> struct format_provider<llvm::xray::RecordTypes> {
+  static void format(const llvm::xray::RecordTypes &T, raw_ostream &Stream,
----------------
This struct doesn't appear to be used anywhere. Do we need it?


https://reviews.llvm.org/D31870





More information about the llvm-commits mailing list