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

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 10:26:19 PDT 2015


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 ?


http://reviews.llvm.org/D13244





More information about the llvm-commits mailing list