diff options
Diffstat (limited to 'test/DebugInfo/X86/debug-loc-offset.ll')
-rw-r--r-- | test/DebugInfo/X86/debug-loc-offset.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/DebugInfo/X86/debug-loc-offset.ll b/test/DebugInfo/X86/debug-loc-offset.ll index 8e3e1e97c319..8f2210e2c014 100644 --- a/test/DebugInfo/X86/debug-loc-offset.ll +++ b/test/DebugInfo/X86/debug-loc-offset.ll @@ -35,10 +35,6 @@ ; CHECK: DW_AT_low_pc ; CHECK: DW_AT_high_pc -; CHECK: DW_TAG_compile_unit -; CHECK: DW_AT_low_pc -; CHECK: DW_AT_high_pc - ; CHECK: DW_TAG_subprogram ; CHECK-NOT: DW_TAG ; CHECK: DW_AT_linkage_name [DW_FORM_strp]{{.*}}"_Z3baz1A" @@ -53,6 +49,10 @@ ; CHECK: DW_AT_location [DW_FORM_exprloc] ; CHECK-NOT: DW_AT_location +; CHECK: DW_TAG_compile_unit +; CHECK: DW_AT_low_pc +; CHECK: DW_AT_high_pc + ; CHECK: .debug_loc contents: ; CHECK: 0x00000000: Beginning address offset: 0x0000000000000000 ; CHECK: Ending address offset: 0x0000000000000017 |