diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2017-02-02 22:08:25 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2017-02-02 22:08:25 +0000 |
commit | 6d60ca635aa453961ffdfb280262cb3531494f1a (patch) | |
tree | e846956cb55783798a82158dd6ae6c262b07f819 /llvm/test/DebugInfo/Generic/array.ll | |
parent | 3c467e225e91a2f87c30da599303641f6a8c43f9 (diff) | |
download | bcm5719-llvm-6d60ca635aa453961ffdfb280262cb3531494f1a.tar.gz bcm5719-llvm-6d60ca635aa453961ffdfb280262cb3531494f1a.zip |
Relax test so that it passes on OS X.
llvm-svn: 293946
Diffstat (limited to 'llvm/test/DebugInfo/Generic/array.ll')
-rw-r--r-- | llvm/test/DebugInfo/Generic/array.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/Generic/array.ll b/llvm/test/DebugInfo/Generic/array.ll index ed858ee6197..c3c59288518 100644 --- a/llvm/test/DebugInfo/Generic/array.ll +++ b/llvm/test/DebugInfo/Generic/array.ll @@ -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 |