aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ProfileData/MemProfTest.cpp
diff options
context:
space:
mode:
authorSerge Pavlov <sepavloff@gmail.com>2023-10-02 22:20:35 +0700
committerSerge Pavlov <sepavloff@gmail.com>2023-10-02 22:20:35 +0700
commit39fec5457c0925bd39f67f63fe17391584e08258 (patch)
tree6309cca05ce2e4999e0709742e00f7777103a252 /llvm/unittests/ProfileData/MemProfTest.cpp
parent9aedb60c70386c6be28e3c9b7fa5326cade25702 (diff)
downloadllvm-39fec5457c0925bd39f67f63fe17391584e08258.zip
llvm-39fec5457c0925bd39f67f63fe17391584e08258.tar.gz
llvm-39fec5457c0925bd39f67f63fe17391584e08258.tar.bz2
Revert "[symbolizer] Support symbol lookup"
This reverts commit 2b27948783e4bbc1132d3220d8517ef62607b558. On some buildbots the test LLVM::interrupts.test start failing.
Diffstat (limited to 'llvm/unittests/ProfileData/MemProfTest.cpp')
-rw-r--r--llvm/unittests/ProfileData/MemProfTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/unittests/ProfileData/MemProfTest.cpp b/llvm/unittests/ProfileData/MemProfTest.cpp
index 682f79a..5984be9 100644
--- a/llvm/unittests/ProfileData/MemProfTest.cpp
+++ b/llvm/unittests/ProfileData/MemProfTest.cpp
@@ -20,7 +20,6 @@ using ::llvm::DIInliningInfo;
using ::llvm::DILineInfo;
using ::llvm::DILineInfoSpecifier;
using ::llvm::DILocal;
-using ::llvm::StringRef;
using ::llvm::memprof::CallStackMap;
using ::llvm::memprof::Frame;
using ::llvm::memprof::FrameId;
@@ -54,9 +53,6 @@ public:
virtual std::vector<DILocal> symbolizeFrame(SectionedAddress) const {
llvm_unreachable("unused");
}
- virtual std::vector<SectionedAddress> findSymbol(StringRef Symbol) const {
- llvm_unreachable("unused");
- }
virtual bool isWin32Module() const { llvm_unreachable("unused"); }
virtual uint64_t getModulePreferredBase() const {
llvm_unreachable("unused");