diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86')
-rw-r--r-- | llvm/test/DebugInfo/X86/empty_macinfo.ll | 5 | ||||
-rw-r--r-- | llvm/test/DebugInfo/X86/length_symbol_difference.ll | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/DebugInfo/X86/empty_macinfo.ll b/llvm/test/DebugInfo/X86/empty_macinfo.ll index 40cd1449c87..9cde5cdfac7 100644 --- a/llvm/test/DebugInfo/X86/empty_macinfo.ll +++ b/llvm/test/DebugInfo/X86/empty_macinfo.ll @@ -2,9 +2,8 @@ ; Test that we don't pollute the start of the file with debug sections -; CHECK: .section .debug_macinfo,"",@progbits -; CHECK-NEXT: .section -; CHECK-NOT: .debug_macinfo +; CHECK-NOT: macinfo +; CHECK-NOT: macro define void @f() !dbg !4 { ret void, !dbg !9 diff --git a/llvm/test/DebugInfo/X86/length_symbol_difference.ll b/llvm/test/DebugInfo/X86/length_symbol_difference.ll index 78684e788cf..6736c5017b4 100644 --- a/llvm/test/DebugInfo/X86/length_symbol_difference.ll +++ b/llvm/test/DebugInfo/X86/length_symbol_difference.ll @@ -5,7 +5,6 @@ ; CHECK-NOT: .byte 0 ; CHECK: .byte 0 # End Of Children Mark ; CHECK-NEXT: .Ldebug_info_end0: -; CHECK-NEXT: .section define dso_local void @_Z2f1v() !dbg !7 { |