summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/format-binary.test
Commit message (Collapse)AuthorAgeFilesLines
* Make the -b binary .data section rw.Rafael Espindola2017-01-111-0/+1
| | | | | | | This matches what bfd and gold do. It also matches the common flags of other .data sections. llvm-svn: 291674
* Fix error message for unknown -format argument.Rui Ueyama2016-10-201-0/+4
| | | | | | | | | | | -format=<foo>, -format <foo> and -b <foo> are all the same. Previous code was intended to produce an error message with the same spelling as given from the command line, but it actually always printed out this string: "unknown -format= value:". This is probably more confusing than "unknown -format value:". So I changed the message. llvm-svn: 284693
* Move the contents of test/elf to test/ELFHans Wennborg2016-09-091-0/+52
Having two directories with the same name modulo case does not work well on Windows. The new test/elf directory was added in r281108. I assume the intention was to add the test file to the existing test/ELF dir. llvm-svn: 281115
OpenPOWER on IntegriCloud