xref: /llvm-project/llvm/test/MC/COFF/cv-empty-file-table.s (revision e29e30b1397f3e50f3487491f8a77ae08e4e3471)
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