14 lines · plain
1# RUN: llvm-mc -filetype=obj -triple i686-pc-win32 < %s | llvm-readobj --codeview - | FileCheck %s2 .text3 .section .debug$S,"dr"4 .p2align 25 .long 4 # Debug section magic6 .cv_filechecksums # File index to string table offset subsection7 .cv_stringtable # String table8 9# CHECK: CodeViewDebugInfo [10# CHECK: Section: .debug$S (4)11# CHECK: Magic: 0x412# CHECK-NOT: FileChecksum13# CHECK: ]14