[lld] r281108 - [ELF] Add support for -b binary

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 15:55:36 PDT 2016


On Fri, Sep 9, 2016 at 3:08 PM, Michael J. Spencer via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: mspencer
> Date: Fri Sep  9 17:08:04 2016
> New Revision: 281108
>
> URL: http://llvm.org/viewvc/llvm-project?rev=281108&view=rev
> Log:
> [ELF] Add support for -b binary
>
> Implemented by building an ELF file in memory.
>
> elf, default, and binary match gold behavior.
>
> Differential Revision: https://reviews.llvm.org/D24060
>
> Added:
>     lld/trunk/ELF/ELFCreator.cpp
>     lld/trunk/ELF/ELFCreator.h
>     lld/trunk/test/elf/
>     lld/trunk/test/elf/format-binary.test

I assume the test was supposed to go in test/ELF/ ? Having two svn
directories with the same name modulo case did not work well on
Windows :-) I've tried to fix in r281115.

Thanks,
Hans


More information about the llvm-commits mailing list