| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [llvm-readobj] Change -t to --symbols in tests. NFC | Fangrui Song | 2019-05-01 | 1 | -1/+1 |
| | | | | | | | | | | | -t is --symbols in llvm-readobj but --section-details (unimplemented) in readelf. The confusing option should not be used since we aim for improving compatibility. Keep just one llvm-readobj -t use case in test/tools/llvm-readobj/symbols.test llvm-svn: 359661 | ||||
| * | Relax COFF string table check | Nico Rieck | 2014-02-26 | 1 | -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 | |||||

