From 292e92d99de0d58c91a7278aa788339c15f86275 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Fri, 1 May 2015 20:51:49 +0000 Subject: [PATCH] Fix compilation of PDBApiTest. llvm-svn: 236345 --- llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp b/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp index 4f8e95d..ebd3d7b 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 - findSymbolByAddress(uint64_t Address) const override { + findSymbolByAddress(uint64_t Address, PDB_SymType Type) const override { return nullptr; } std::unique_ptr -- 2.7.4