diff options
-rw-r--r-- | lld/ELF/Options.td | 1 |
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">; |