Home | History | Annotate | Download | only in llvm-readobj
      1 Ensure that we can read COFF objects with a string table size of 0 (instead
      2 of 4) for empty string tables.
      3 
      4 RUN: llvm-readobj -t %p/Inputs/zero-string-table.obj.coff-i386 | FileCheck %s
      5 
      6 CHECK: Symbols [
      7 CHECK:   Symbol {
      8 CHECK:     Name: $R000000
      9