summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/COFF/virtual-methods.ll
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-08-16 23:28:54 +0000
committerZachary Turner <zturner@google.com>2016-08-16 23:28:54 +0000
commit8321ba5437f7e35f37291473fc1bafc53d27c62f (patch)
tree5d60f9bcf99776b8f3215e25e764d518e2c5f6a7 /llvm/test/DebugInfo/COFF/virtual-methods.ll
parenta36f4a25b313ddddeceb77ebc2328e22ac4fdc5b (diff)
downloadbcm5719-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/virtual-methods.ll')
-rw-r--r--llvm/test/DebugInfo/COFF/virtual-methods.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/COFF/virtual-methods.ll b/llvm/test/DebugInfo/COFF/virtual-methods.ll
index c794546cfac..4e059e6009d 100644
--- a/llvm/test/DebugInfo/COFF/virtual-methods.ll
+++ b/llvm/test/DebugInfo/COFF/virtual-methods.ll
@@ -64,6 +64,7 @@
; CHECK: FieldList ({{.*}}) {
; CHECK: OneMethod {
+; CHECK-NEXT: TypeLeafKind: LF_ONEMETHOD (0x1511)
; CHECK-NEXT: AccessSpecifier: Public (0x3)
; CHECK-NEXT: MethodKind: Virtual (0x1)
; CHECK-NEXT: Type: int C::() ([[C_g]])
@@ -87,6 +88,7 @@
; CHECK: FieldList ({{.*}}) {
; CHECK: OneMethod {
+; CHECK-NEXT: TypeLeafKind: LF_ONEMETHOD (0x1511)
; CHECK-NEXT: AccessSpecifier: Public (0x3)
; CHECK-NEXT: MethodKind: Virtual (0x1)
; CHECK-NEXT: Type: int D::() ([[D_g]])
OpenPOWER on IntegriCloud