diff options
| author | Aleksandr Urakov <aleksandr.urakov@jetbrains.com> | 2018-10-23 08:14:53 +0000 |
|---|---|---|
| committer | Aleksandr Urakov <aleksandr.urakov@jetbrains.com> | 2018-10-23 08:14:53 +0000 |
| commit | c43e086c74b28c9cff87d8276ccd325e24b1f883 (patch) | |
| tree | b4ca81bdf01637300ec4517ff1f36df58a479f2e /llvm/unittests/DebugInfo | |
| parent | 63b099050c890ca7a29e369ae25aa42d286fe5dd (diff) | |
| download | bcm5719-llvm-c43e086c74b28c9cff87d8276ccd325e24b1f883.tar.gz bcm5719-llvm-c43e086c74b28c9cff87d8276ccd325e24b1f883.zip | |
Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""
This reverts commit 466ce67d6ec444962e5cc0136243c16a453190c0.
llvm-svn: 345010
Diffstat (limited to 'llvm/unittests/DebugInfo')
| -rw-r--r-- | llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp b/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp index 948bde1bf72..007ea904085 100644 --- a/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp +++ b/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp @@ -159,6 +159,10 @@ class MockSession : public IPDBSession { std::unique_ptr<IPDBEnumSectionContribs> getSectionContribs() const override { return nullptr; } + + std::unique_ptr<IPDBEnumFrameData> getFrameData() const override { + return nullptr; + } }; class MockRawSymbol : public IPDBRawSymbol { |

