diff options
author | Zachary Turner <zturner@google.com> | 2015-05-01 20:51:49 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-05-01 20:51:49 +0000 |
commit | 292e92d99de0d58c91a7278aa788339c15f86275 (patch) | |
tree | 7901cb29b45fbeeebef289a612c0407c72abdff1 /llvm/unittests/DebugInfo/PDB | |
parent | b443dfef82df98fc5c7257bbf97efcd68df5f433 (diff) | |
download | bcm5719-llvm-292e92d99de0d58c91a7278aa788339c15f86275.tar.gz bcm5719-llvm-292e92d99de0d58c91a7278aa788339c15f86275.zip |
Fix compilation of PDBApiTest.
llvm-svn: 236345
Diffstat (limited to 'llvm/unittests/DebugInfo/PDB')
-rw-r--r-- | llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp b/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp index 4f8e95d9078..ebd3d7bb6b3 100644 --- a/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp +++ b/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp @@ -74,7 +74,7 @@ class MockSession : public IPDBSession { } std::unique_ptr<PDBSymbol> - findSymbolByAddress(uint64_t Address) const override { + findSymbolByAddress(uint64_t Address, PDB_SymType Type) const override { return nullptr; } std::unique_ptr<IPDBEnumLineNumbers> |