diff options
author | Zachary Turner <zturner@google.com> | 2016-08-16 23:28:54 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-08-16 23:28:54 +0000 |
commit | 8321ba5437f7e35f37291473fc1bafc53d27c62f (patch) | |
tree | 5d60f9bcf99776b8f3215e25e764d518e2c5f6a7 /llvm/test/DebugInfo/COFF/enum.ll | |
parent | a36f4a25b313ddddeceb77ebc2328e22ac4fdc5b (diff) | |
download | bcm5719-llvm-8321ba5437f7e35f37291473fc1bafc53d27c62f.tar.gz bcm5719-llvm-8321ba5437f7e35f37291473fc1bafc53d27c62f.zip |
Write the TPI stream from a PDB to Yaml.
Reviewed By: ruiu, rnk
Differential Revision: https://reviews.llvm.org/D23226
llvm-svn: 278869
Diffstat (limited to 'llvm/test/DebugInfo/COFF/enum.ll')
-rw-r--r-- | llvm/test/DebugInfo/COFF/enum.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/COFF/enum.ll b/llvm/test/DebugInfo/COFF/enum.ll index 118aee1f843..1244c403b82 100644 --- a/llvm/test/DebugInfo/COFF/enum.ll +++ b/llvm/test/DebugInfo/COFF/enum.ll @@ -8,6 +8,7 @@ ; CHECK: FieldList (0x1000) { ; CHECK-NEXT: TypeLeafKind: LF_FIELDLIST (0x1203) ; CHECK-NEXT: Enumerator { +; CHECK-NEXT: TypeLeafKind: LF_ENUMERATE (0x1502) ; CHECK-NEXT: AccessSpecifier: Public (0x3) ; CHECK-NEXT: EnumValue: 0 ; CHECK-NEXT: Name: BLAH |