mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Relax test so that it passes on OS X.
llvm-svn: 293946
This commit is contained in:
parent
ae67358da7
commit
26ede867de
@ -1,7 +1,7 @@
|
||||
; RUN: %llc_dwarf -O2 %s -o - | FileCheck %s
|
||||
; Check struct X for dead variable xyz from inlined function foo.
|
||||
|
||||
; CHECK: .section .debug_info,"",@progbits
|
||||
; CHECK: debug_info,
|
||||
; CHECK: DW_TAG_structure_type
|
||||
; CHECK-NEXT: DW_AT_name
|
||||
|
||||
|
@ -25,7 +25,7 @@ declare void @llvm.dbg.declare(metadata, metadata, metadata) nounwind readnone
|
||||
!7 = distinct !DILexicalBlock(line: 3, column: 12, file: !14, scope: !0)
|
||||
!8 = !DICompositeType(tag: DW_TAG_array_type, align: 32, file: !14, scope: !2, baseType: !5, elements: !9)
|
||||
!9 = !{!10}
|
||||
;CHECK: .section .debug_info,"",@progbits
|
||||
;CHECK: debug_info,
|
||||
;CHECK: DW_TAG_subrange_type
|
||||
;CHECK-NEXT: DW_AT_type
|
||||
;CHECK-NOT: DW_AT_lower_bound
|
||||
|
Loading…
x
Reference in New Issue
Block a user