summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-readobj/coff-zero-string-table.test
Commit message (Collapse)AuthorAgeFilesLines
* Relax COFF string table checkNico Rieck2014-02-261-0/+8
COFF object files with 0 as string table size are currently rejected. This prevents us from reading object files written by tools like cvtres that violate the PECOFF spec and write 0 instead of 4 for the size of an empty string table. llvm-svn: 202292
OpenPOWER on IntegriCloud