[PATCH] D62888: [NewPM] Port Sancov
Alex Brachet via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 12 03:38:50 PDT 2019
abrachet marked an inline comment as done.
abrachet 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 {
----------------
buildbots are complaining about warnings from these being unused.
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