[PATCH] D70135: [profile] Factor out logic for mmap'ing merged profile, NFC
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 12 10:46:32 PST 2019
phosek added inline comments.
================
Comment at: compiler-rt/lib/profile/InstrProfilingFile.c:227
+
/* Read profile data in \c ProfileFile and merge with in-memory
profile counters. Returns -1 if there is fatal error, otheriwse
----------------
Should we be using `/*` or `///` comments? Right now we seem to be inconsistent.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70135/new/
https://reviews.llvm.org/D70135
More information about the llvm-commits
mailing list