From: Eric Christopher Date: Wed, 12 Mar 2014 20:12:02 +0000 (+0000) Subject: Fix two thinkos in testcase and remove XFAIL. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7eb747e373344eeaf4486621cbb0cfd78e349033;p=oota-llvm.git Fix two thinkos in testcase and remove XFAIL. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203702 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/X86/decl-derived-member.ll b/test/DebugInfo/X86/decl-derived-member.ll index 176662c40c5..80b0b307243 100644 --- a/test/DebugInfo/X86/decl-derived-member.ll +++ b/test/DebugInfo/X86/decl-derived-member.ll @@ -2,7 +2,6 @@ ; RUN: %llc_dwarf -O0 -filetype=obj %s -o %t ; RUN: llvm-dwarfdump %t | FileCheck %s -; XFAIL: * ; Testcase from: ; struct base { @@ -15,10 +14,12 @@ ; 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*]