diff options
author | Zachary Turner <zturner@google.com> | 2016-05-24 17:30:25 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-05-24 17:30:25 +0000 |
commit | cac29ae03812a3e1c81c3eba4e9b57173d367604 (patch) | |
tree | 2afda958e104d7e789c788a261fe453bbf3b22e4 /llvm/test/DebugInfo/COFF/simple.ll | |
parent | 4d2613f2762bc8a76156429bd43241d81197b301 (diff) | |
download | bcm5719-llvm-cac29ae03812a3e1c81c3eba4e9b57173d367604.tar.gz bcm5719-llvm-cac29ae03812a3e1c81c3eba4e9b57173d367604.zip |
Dump symbol record details in llvm-pdbdump
This makes use of the newly introduced `CVSymbolVisitor` to dump details
of each type of symbol record in the symbol streams. Future patches will
bring this visitor based dumping to the publics stream, as well as
creating a `SymbolDumpDelegate` to print more information about
relocations etc.
Differential Revision: http://reviews.llvm.org/D20545
Reviewed By: ruiu
llvm-svn: 270585
Diffstat (limited to 'llvm/test/DebugInfo/COFF/simple.ll')
-rw-r--r-- | llvm/test/DebugInfo/COFF/simple.ll | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/COFF/simple.ll b/llvm/test/DebugInfo/COFF/simple.ll index b8e536f73ea..590e8b146c8 100644 --- a/llvm/test/DebugInfo/COFF/simple.ll +++ b/llvm/test/DebugInfo/COFF/simple.ll @@ -70,7 +70,8 @@ ; OBJ32: DisplayName: f ; OBJ32: LinkageName: _f ; OBJ32: } -; OBJ32-NEXT: ProcEnd +; OBJ32-NEXT: ProcEnd { +; OBJ32-NEXT: } ; OBJ32-NEXT: ] ; OBJ32: FunctionLineTable [ ; OBJ32-NEXT: Name: _f @@ -158,7 +159,8 @@ ; OBJ64: DisplayName: f ; OBJ64: LinkageName: f ; OBJ64: } -; OBJ64-NEXT: ProcEnd +; OBJ64-NEXT: ProcEnd { +; OBJ64-NEXT: } ; OBJ64-NEXT: ] ; OBJ64: FunctionLineTable [ ; OBJ64-NEXT: Name: f |