aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Object/objdump-file-header.test
AgeCommit message (Collapse)AuthorFilesLines
2012-08-02Move test yaml files under Inputs until they are converted to be the actualMatt Beaumont-Gay1-1/+1
test files. llvm-svn: 161219
2012-08-02Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer1-2/+1
yaml2obj takes a textual description of an object file in YAML format and outputs the binary equivalent. This greatly simplifies writing tests that take binary object files as input. llvm-svn: 161205
2011-10-31Change the actual tests to match the input directory rename (duh)Matt Beaumont-Gay1-2/+2
llvm-svn: 143404
2011-10-17llvm-objdump: Add tests.Michael J. Spencer1-0/+18
llvm-svn: 142198