summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-06-27 02:43:27 +0000
committerRui Ueyama <ruiu@google.com>2016-06-27 02:43:27 +0000
commit596eba86bc0dfcca3d3d39e8ec24c98a39bda8f5 (patch)
treeb3c85cf8badf3755b165567124cfc38814851e5b
parent093012bf6e6d450b0396a1803ff5197a8037c893 (diff)
downloadbcm5719-llvm-596eba86bc0dfcca3d3d39e8ec24c98a39bda8f5.tar.gz
bcm5719-llvm-596eba86bc0dfcca3d3d39e8ec24c98a39bda8f5.zip
Ignore --sort-common.
Because we always sort common symbols, we can ignore the option. llvm-svn: 273842
-rw-r--r--lld/ELF/Options.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td
index 1cf99c67eb4..b60caff7ac5 100644
--- a/lld/ELF/Options.td
+++ b/lld/ELF/Options.td
@@ -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">;
OpenPOWER on IntegriCloud