[PATCH] D13286: [ELF2] Add --[no-]whole-archive command line switches

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


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM with a nit.


================
Comment at: ELF/Options.td:39-40
@@ -38,1 +38,4 @@
 
+def no_whole_archive : Flag<["--"], "no-whole-archive">,
+  HelpText<"Restores the default behavior of loading archive members">;
+
----------------
"_" is smaller than "i" in ASCIIbetical order. Move this before noinhibit_exec.


http://reviews.llvm.org/D13286





More information about the llvm-commits mailing list