diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/empty_macinfo.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/empty_macinfo.ll | 5 |
1 files changed, 2 insertions, 3 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 |