[ELF] - Implemented --oformat binary option.
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 25 Aug 2016 09:05:47 +0000 (09:05 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 25 Aug 2016 09:05:47 +0000 (09:05 +0000)
commit86ce267a4ace2ec170653611099786324808d68e
tree0bf4182b9f6cd159cb1d573a7de09535730d7b89
parent0faf37333c8bf7eaca3500c7d79c7fb99112caa5
[ELF] - Implemented --oformat binary option.

-oformat output-format
`-oformat' option can be used to specify the binary format for the output object file.

Patch implements binary format output type.

Differential revision: https://reviews.llvm.org/D23769

llvm-svn: 279726
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/Options.td
lld/ELF/Writer.cpp
lld/test/ELF/oformat-binary.s [new file with mode: 0644]