[lld] r249093 - [elf2] Ignore --{start,end}-group.
Joerg Sonnenberger via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 3 02:13:20 PDT 2015
On Fri, Oct 02, 2015 at 05:05:22PM -0400, Rafael EspĂndola via llvm-commits wrote:
> > No, I don't think it does. Building a list of recognized, but ignored
> > with warning options makes sense. Silently ignoring things that should
> > affect the output in pretty fundamental ways is not a good idea.
>
> Since we are not yet ready for end users it comes down to the
> preference of those writing the project on how to get there. So far
> every one is cool with this.
There are options on the list that are intentionally nops and some now,
that are not implemented, but should be. The latter at least should be
something like MissingFlag or so.
Joerg
More information about the llvm-commits
mailing list