[PATCH] D62888: [NewPM] Port Sancov
Leonard Chan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 12 11:10:42 PDT 2019
leonardchan marked an inline comment as done.
leonardchan added inline comments.
================
Comment at: llvm/trunk/lib/Transforms/Instrumentation/SanitizerCoverage.cpp:1022-1026
+SanitizerCoverage::getSectionStart(const std::string &Section) const {
+ return getSectionStartImpl(TargetTriple, Section);
}
+std::string SanitizerCoverage::getSectionEnd(const std::string &Section) const {
----------------
abrachet wrote:
> buildbots are complaining about warnings from these being unused.
Thanks for notifying. Removed them in r365931.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62888/new/
https://reviews.llvm.org/D62888
More information about the cfe-commits
mailing list