From: Zachary Turner Date: Fri, 1 May 2015 20:51:49 +0000 (+0000) Subject: Fix compilation of PDBApiTest. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ff6f4725753d3e9d505eeaec7bc4406f07783308;p=oota-llvm.git Fix compilation of PDBApiTest. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236345 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/DebugInfo/PDB/PDBApiTest.cpp b/unittests/DebugInfo/PDB/PDBApiTest.cpp index 4f8e95d9078..ebd3d7bb6b3 100644 --- a/unittests/DebugInfo/PDB/PDBApiTest.cpp +++ b/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