[PATCH] D13244: [ELF2] Implement --allow-shlib-undefined as default behavior.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 10:29:55 PDT 2015


On Thu, Oct 1, 2015 at 10:26 AM, George Rimar <grimar at accesssoftek.com>
wrote:

> grimar closed this revision.
> grimar added a comment.
>
> r249036
>
>
> ================
> Comment at: ELF/Options.td:65-69
> @@ +64,6 @@
> +
> +def no_allow_shlib_undefined
> +    : Flag<["--"], "no-allow-shlib-undefined">;
> +
> +def allow_shlib_undefined
> +    : Flag<["--"], "allow-shlib-undefined">;
> ----------------
> ruiu wrote:
> > ruiu wrote:
> > > Write each of them in one line and move at the end of the file below
> "these flags are ignored ..." fold after rebasing.
> > Sorry, this was a stale comment. Please ignore this one.
> I Ignored, but it looks like "Options listed below.." is really good place
> for them now since them are really ignored.
> If no - then I guess them should be placed to their alphabetical order
> position ?
>

Oh, they are actually not stale. I'll fix them.


>
>
> http://reviews.llvm.org/D13244
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151001/5e9579fa/attachment.html>


More information about the llvm-commits mailing list