diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/dwarf-split-line-1.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/dwarf-split-line-1.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/dwarf-split-line-1.ll b/llvm/test/CodeGen/X86/dwarf-split-line-1.ll index 6a403668d73..cdc3e205b59 100644 --- a/llvm/test/CodeGen/X86/dwarf-split-line-1.ll +++ b/llvm/test/CodeGen/X86/dwarf-split-line-1.ll @@ -6,13 +6,13 @@ ; RUN: -filetype=obj -O0 -mtriple=x86_64-unknown-linux-gnu < %s ; RUN: llvm-dwarfdump -v %t.dwo | FileCheck %s -; FIXME: V5 wants type units in .debug_info.dwo not .debug_types.dwo. ; CHECK-NOT: .debug_line.dwo -; CHECK: .debug_types.dwo contents: +; CHECK: .debug_info.dwo contents: ; CHECK: 0x00000000: Type Unit: {{.*}} version = 0x0005 unit_type = DW_UT_split_type abbr_offset ; CHECK: 0x00000018: DW_TAG_type_unit ; CHECK-NOT: DW_AT_stmt_list ; CHECK-NOT: DW_AT_decl_file +; CHECK: Compile Unit: ; CHECK-NOT: .debug_line.dwo ; ModuleID = 't.cpp' |