mirror of
https://github.com/opnsense/src.git
synced 2026-03-29 14:13:11 -04:00
8 lines
248 B
Text
8 lines
248 B
Text
Ensure that we can read COFF objects with a string table size of 0 (instead
|
|
of 4) for empty string tables.
|
|
|
|
RUN: llvm-readobj -t %p/Inputs/zero-string-table.obj.coff-i386 | FileCheck %s
|
|
|
|
CHECK: Symbols [
|
|
CHECK: Symbol {
|
|
CHECK: Name: $R000000
|