[PATCH] D60609: Use native llvm JSON library for time profiler output

Takuto Ikuta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 18:34:01 PDT 2019


takuto.ikuta accepted this revision.
takuto.ikuta added a comment.
This revision is now accepted and ready to land.

Thank you for follow up.



================
Comment at: llvm/lib/Support/TimeProfiler.cpp:145
+                                {{"traceEvents", std::move(Events)}})))
+        << "\n";
   }
----------------
nit: I prefer to drop this new line.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60609/new/

https://reviews.llvm.org/D60609





More information about the llvm-commits mailing list