summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-03-12 20:12:02 +0000
committerEric Christopher <echristo@gmail.com>2014-03-12 20:12:02 +0000
commitda6b4f028ad7c8ff752bba3ad014fdc6a04b9f27 (patch)
tree842724c9d5df5ca392d5b914f8bdfe2f336e8888
parent8b35074e09a07e1ada98b5f5f43c3f8f1f370c4a (diff)
downloadbcm5719-llvm-da6b4f028ad7c8ff752bba3ad014fdc6a04b9f27.tar.gz
bcm5719-llvm-da6b4f028ad7c8ff752bba3ad014fdc6a04b9f27.zip
Fix two thinkos in testcase and remove XFAIL.
llvm-svn: 203702
-rw-r--r--llvm/test/DebugInfo/X86/decl-derived-member.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/decl-derived-member.ll b/llvm/test/DebugInfo/X86/decl-derived-member.ll
index 176662c40c5..80b0b307243 100644
--- a/llvm/test/DebugInfo/X86/decl-derived-member.ll
+++ b/llvm/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*]
OpenPOWER on IntegriCloud