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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits