1# RUN: llvm-mc -filetype=obj -triple i686-pc-win32 < %s | llvm-readobj -codeview - | FileCheck %s 2 .text 3 .section .debug$S,"dr" 4 .p2align 2 5 .long 4 # Debug section magic 6 .cv_filechecksums # File index to string table offset subsection 7 .cv_stringtable # String table 8 9# CHECK: CodeViewDebugInfo [ 10# CHECK: Section: .debug$S (4) 11# CHECK: Magic: 0x4 12# CHECK-NOT: FileChecksum 13# CHECK: ] 14