summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-07-15 18:10:39 +0000
committerReid Kleckner <rnk@google.com>2017-07-15 18:10:39 +0000
commitaf88a910fd51f86d371a49d5a01d2deec28f6ca7 (patch)
tree8ce150310885f6e60732dcc94023c00330ffa762 /llvm/lib
parent06d823b92d05e30d322b350295737ef380edda17 (diff)
downloadbcm5719-llvm-af88a910fd51f86d371a49d5a01d2deec28f6ca7.tar.gz
bcm5719-llvm-af88a910fd51f86d371a49d5a01d2deec28f6ca7.zip
[CodeView] Dump BuildInfoSym and ProcSym type indices
I need to print the type index in hex so that I can match it in FileCheck for a test I'm writing. llvm-svn: 308107
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp b/llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp
index c2c02f8de03..62e73acc72d 100644
--- a/llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp
+++ b/llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp
@@ -186,7 +186,7 @@ Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR,
Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR,
BuildInfoSym &BuildInfo) {
- W.printNumber("BuildId", BuildInfo.BuildId);
+ printTypeIndex("BuildId", BuildInfo.BuildId);
return Error::success();
}
OpenPOWER on IntegriCloud