summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-readobj/Inputs/magic.coff-unknown
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-readobj] - Stop using precompiled objects in file-headers.testGeorge Rimar2019-07-221-0/+0
| | | | | | | | This converts all sub-tests except one to YAML instead of precompiled inputs. Differential revision: https://reviews.llvm.org/D64800 llvm-svn: 366668
* Recognize 0x0000 as a COFF file magic.Rui Ueyama2013-11-141-0/+0
Summary: Some machine-type-neutral object files containing only undefined symbols actually do exist in the Windows standard library. Need to recognize them as COFF files. Reviewers: Bigcheese CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D2164 llvm-svn: 194734
OpenPOWER on IntegriCloud