[PATCH] D52588: [XRay][compiler-rt] FDR Mode Controller
Marcus Boerger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 8 04:52:41 PDT 2018
mboerger added inline comments.
================
Comment at: compiler-rt/lib/xray/tests/unit/test_helpers.h:26
+std::string RecordTypeAsString(llvm::xray::RecordTypes T);
+void PrintTo(llvm::xray::RecordTypes T, std::ostream *OS);
+void PrintTo(const XRayRecord &R, std::ostream *OS);
----------------
But we are in llvm::xray
https://reviews.llvm.org/D52588
More information about the llvm-commits
mailing list