[PATCH] D19494: [ELF] Introduce --reproduce flag
Rafael EspĂndola via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 25 14:32:46 PDT 2016
For what it is worth, something like this would have been very handy
at creating the test directories I use for benchmarking :-)
On 25 April 2016 at 16:48, Davide Italiano <dccitaliano at gmail.com> wrote:
> davide created this revision.
> davide added reviewers: rafael, emaste.
> davide added a subscriber: llvm-commits.
> Herald added a subscriber: emaste.
>
> Preface: lld is very likely to become the default linker in FreeBSD (in the next year or such).
> In order to help the transition, we're going to ask FreeBSD developers to try out the new linker and report bugs.
> --reproduce dumps the object files in a directory chosen (preserving the file system layout) and the linker invocation so that people can create an archive and upload to bugzilla.
>
> http://reviews.llvm.org/D19494
>
> Files:
> ELF/Config.h
> ELF/Driver.cpp
> ELF/Options.td
> test/ELF/reproduce.s
>
More information about the llvm-commits
mailing list