[PATCH] D39277: [XRay][compiler-rt] Remove more STL dependenices from FDR mode
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 25 12:22:00 PDT 2017
dblaikie accepted this revision.
dblaikie added inline comments.
This revision is now accepted and ready to land.
================
Comment at: compiler-rt/lib/xray/xray_fdr_logging.cc:213
uint64_t Arg) XRAY_NEVER_INSTRUMENT {
auto TSC_CPU = getTimestamp();
+ __xray_fdr_internal::processFunctionHook(
----------------
All upper/underscores doesn't seem to match the LLVM naming convention here
https://reviews.llvm.org/D39277
More information about the llvm-commits
mailing list