mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-11 10:31:40 +00:00
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
This commit is contained in:
parent
3f06e3f55f
commit
7eb747e373
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
; RUN: %llc_dwarf -O0 -filetype=obj %s -o %t
|
; RUN: %llc_dwarf -O0 -filetype=obj %s -o %t
|
||||||
; RUN: llvm-dwarfdump %t | FileCheck %s
|
; RUN: llvm-dwarfdump %t | FileCheck %s
|
||||||
; XFAIL: *
|
|
||||||
|
|
||||||
; Testcase from:
|
; Testcase from:
|
||||||
; struct base {
|
; struct base {
|
||||||
@ -15,10 +14,12 @@
|
|||||||
|
|
||||||
; Where member b should be seen as a field at an offset and not a bitfield.
|
; 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: DW_AT_name{{.*}}"b"
|
||||||
; CHECK-NOT: DW_AT_bit_offset
|
; CHECK-NOT: DW_AT_bit_offset
|
||||||
|
|
||||||
|
%struct.foo = type { %struct.base }
|
||||||
|
%struct.base = type { i32 (...)** }
|
||||||
@f = global %struct.foo zeroinitializer, align 8
|
@f = global %struct.foo zeroinitializer, align 8
|
||||||
@__dso_handle = external global i8
|
@__dso_handle = external global i8
|
||||||
@_ZTV4base = external unnamed_addr constant [4 x i8*]
|
@_ZTV4base = external unnamed_addr constant [4 x i8*]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user