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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to