Fix two thinkos in testcase and remove XFAIL.
authorEric Christopher <echristo@gmail.com>
Wed, 12 Mar 2014 20:12:02 +0000 (20:12 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 12 Mar 2014 20:12:02 +0000 (20:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203702 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/X86/decl-derived-member.ll

index 176662c40c508d2d3581c305d0e6302490efba88..80b0b307243626ad73ea3e7091877c8a7920660c 100644 (file)
@@ -2,7 +2,6 @@
 
 ; RUN: %llc_dwarf -O0 -filetype=obj %s -o %t
 ; RUN: llvm-dwarfdump %t | FileCheck %s
-; XFAIL: *
 
 ; Testcase from:
 ; struct base {
 
 ; Where member b should be seen as a field at an offset and not a bitfield.
 
-; CHECK: DW_AT_member
+; CHECK: DW_TAG_member
 ; CHECK: DW_AT_name{{.*}}"b"
 ; CHECK-NOT: DW_AT_bit_offset
 
+%struct.foo = type { %struct.base }
+%struct.base = type { i32 (...)** }
 @f = global %struct.foo zeroinitializer, align 8
 @__dso_handle = external global i8
 @_ZTV4base = external unnamed_addr constant [4 x i8*]