projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e8b406
)
Fix compilation of PDBApiTest.
author
Zachary Turner
<zturner@google.com>
Fri, 1 May 2015 20:51:49 +0000
(20:51 +0000)
committer
Zachary Turner
<zturner@google.com>
Fri, 1 May 2015 20:51:49 +0000
(20:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236345
91177308
-0d34-0410-b5e6-
96231b3b80d8
unittests/DebugInfo/PDB/PDBApiTest.cpp
patch
|
blob
|
history
diff --git
a/unittests/DebugInfo/PDB/PDBApiTest.cpp
b/unittests/DebugInfo/PDB/PDBApiTest.cpp
index 4f8e95d9078f83c64f216a23a5bbe759199c82db..ebd3d7bb6b3ca649a9d51401a6aa81b2ed36d13d 100644
(file)
--- a/
unittests/DebugInfo/PDB/PDBApiTest.cpp
+++ b/
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>