[lld] r273842 - Ignore --sort-common.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 26 19:43:27 PDT 2016


Author: ruiu
Date: Sun Jun 26 21:43:27 2016
New Revision: 273842

URL: http://llvm.org/viewvc/llvm-project?rev=273842&view=rev
Log:
Ignore --sort-common.

Because we always sort common symbols, we can ignore the option.

Modified:
    lld/trunk/ELF/Options.td

Modified: lld/trunk/ELF/Options.td
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Options.td?rev=273842&r1=273841&r2=273842&view=diff
==============================================================================
--- lld/trunk/ELF/Options.td (original)
+++ lld/trunk/ELF/Options.td Sun Jun 26 21:43:27 2016
@@ -237,6 +237,7 @@ def no_warn_common: F<"no-warn-common">;
 def no_warn_mismatch: F<"no-warn-mismatch">;
 def rpath_link: S<"rpath-link">;
 def rpath_link_eq: J<"rpath-link=">;
+def sort_common: F<"sort-common">;
 def warn_execstack: F<"warn-execstack">;
 def warn_shared_textrel: F<"warn-shared-textrel">;
 def G: S<"G">;




More information about the llvm-commits mailing list