[PATCH] D66503: [Sanitizer] Remove unused functions
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 15:55:28 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL369468: [Sanitizer] Remove unused functions (authored by aganea, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D66503?vs=216275&id=216280#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66503/new/
https://reviews.llvm.org/D66503
Files:
llvm/trunk/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
Index: llvm/trunk/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
===================================================================
--- llvm/trunk/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
+++ llvm/trunk/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
@@ -1020,15 +1020,6 @@
return "__" + Section;
}
-std::string
-SanitizerCoverage::getSectionStart(const std::string &Section) const {
- return getSectionStartImpl(TargetTriple, Section);
-}
-
-std::string SanitizerCoverage::getSectionEnd(const std::string &Section) const {
- return getSectionEndImpl(TargetTriple, Section);
-}
-
INITIALIZE_PASS(ModuleSanitizerCoverageLegacyPass, "module-sancov",
"Pass for inserting sancov top-level initialization calls",
false, false)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66503.216280.patch
Type: text/x-patch
Size: 789 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190820/ceed21ca/attachment.bin>
More information about the llvm-commits
mailing list