mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 21:00:29 +00:00
Fix compilation of PDBApiTest.
llvm-svn: 236345
This commit is contained in:
parent
392b300d04
commit
9e9f1636a9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user