summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2018-09-07 23:36:08 +0000
committerZachary Turner <zturner@google.com>2018-09-07 23:36:08 +0000
commit0119e384918f54c7e694bb19befeed9b7397f787 (patch)
tree914190f980990d9711e05467f9a9067577708497 /llvm/lib/DebugInfo/PDB/Native
parent05430cc6e55ff3ec6e8f38960c54e9b593e3718c (diff)
downloadbcm5719-llvm-0119e384918f54c7e694bb19befeed9b7397f787.tar.gz
bcm5719-llvm-0119e384918f54c7e694bb19befeed9b7397f787.zip
Fix some of the PDB tests.
They were unintentionally calling DIA directly, which requires Windows. We need to pass the -native flag, and this then required fixing up one or two tests. llvm-svn: 341731
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/Native')
-rw-r--r--llvm/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp b/llvm/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
index 7856da3854e..14c976ff38b 100644
--- a/llvm/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
+++ b/llvm/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
@@ -26,8 +26,6 @@ PDB_SymType NativeCompilandSymbol::getSymTag() const {
void NativeCompilandSymbol::dump(raw_ostream &OS, int Indent) const {
NativeRawSymbol::dump(OS, Indent);
- dumpSymbolField(OS, "baseType", static_cast<uint32_t>(getBuiltinType()),
- Indent);
dumpSymbolField(OS, "lexicalParentId", 0, Indent);
dumpSymbolField(OS, "libraryName", getLibraryName(), Indent);
dumpSymbolField(OS, "name", getName(), Indent);
OpenPOWER on IntegriCloud