[Lldb-commits] [PATCH] D51162: [PDB] Restore AST from PDB symbols
Stella Stamenova via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 10 10:16:05 PDT 2018
stella.stamenova added a comment.
This change is causing three of the symbol file PDB tests to fail:
lldb-Unit :: SymbolFile/PDB/release/SymbolFilePDBTests.exe/SymbolFilePDBTests.TestClassInNamespace
lldb-Unit :: SymbolFile/PDB/release/SymbolFilePDBTests.exe/SymbolFilePDBTests.TestNestedClassTypes
lldb-Unit :: SymbolFile/PDB/release/SymbolFilePDBTests.exe/SymbolFilePDBTests.TestSimpleClassTypes
For example:
e:\_work\36\s\llvm\tools\lldb\unittests\symbolfile\pdb\symbolfilepdbtests.cpp(370): error : Expected: 1u [e:\_work\36\b\LLVMBuild\check-all.vcxproj]
Which is: 1
To be equal to: symfile->FindTypes(sc, ConstString("Class"), nullptr, false, 0, searched_files, results)
Which is: 2
Repository:
rL LLVM
https://reviews.llvm.org/D51162
More information about the lldb-commits
mailing list