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

Michael Spencer via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 16:47:55 PDT 2016


On Fri, Sep 9, 2016 at 3:55 PM, Hans Wennborg <hwennborg at google.com> wrote:

> 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
>

Yep, thanks for fixing. I thought I had fixed that previously, but
apparently not.

- Michael Spencer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160909/5a6e3d00/attachment.html>


More information about the llvm-commits mailing list