[PATCH] D32097: Remove getInstrProf*SectionName helpers as an API cleanup, NFC.
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 14 16:08:05 PDT 2017
davidxl added inline comments.
================
Comment at: lib/Transforms/Instrumentation/InstrProfiling.cpp:144
/// Get the section name for the counter variables.
std::string InstrProfiling::getCountersSection() const {
+ return getInstrProfSectionName(IPSK_cnts, TT.getObjectFormat());
----------------
Is there a need to keep these wrappers? Seems good to remove too.
https://reviews.llvm.org/D32097
More information about the llvm-commits
mailing list