diff options
Diffstat (limited to 'llvm/test/DebugInfo/COFF/asm.ll')
-rw-r--r-- | llvm/test/DebugInfo/COFF/asm.ll | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/llvm/test/DebugInfo/COFF/asm.ll b/llvm/test/DebugInfo/COFF/asm.ll index 0f120029157..d737a659b0c 100644 --- a/llvm/test/DebugInfo/COFF/asm.ll +++ b/llvm/test/DebugInfo/COFF/asm.ll @@ -49,11 +49,10 @@ ; X86-NEXT: .p2align 2 ; Line table ; X86-NEXT: .cv_linetable 0, _f, [[END_OF_F]] - ; File index to string table offset subsection -; X86: .cv_filechecksums +; X86-NEXT: .cv_filechecksums ; String table -; X86: .cv_stringtable +; X86-NEXT: .cv_stringtable ; OBJ32: Section { ; OBJ32: Name: .debug$S (2E 64 65 62 75 67 24 53) @@ -143,12 +142,10 @@ ; X64-NEXT: .p2align 2 ; Line table ; X64-NEXT: .cv_linetable 0, f, [[END_OF_F]] -; X64: .p2align 2 - ; File index to string table offset subsection -; X64: .cv_filechecksums +; X64-NEXT: .cv_filechecksums ; String table -; X64: .cv_stringtable +; X64-NEXT: .cv_stringtable ; OBJ64: Section { ; OBJ64: Name: .debug$S (2E 64 65 62 75 67 24 53) |