diff options
author | George Rimar <grimar@accesssoftek.com> | 2016-11-09 08:59:59 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2016-11-09 08:59:59 +0000 |
commit | 25143dfd48ea7f52d3066ff73a6c99f0f1bae1da (patch) | |
tree | 9d340db8bd1a87166a1f46a6234249aa0cb4bfbf | |
parent | 0ee3ec2fe474d4746173518c96b4f8c894e21bf4 (diff) | |
download | bcm5719-llvm-25143dfd48ea7f52d3066ff73a6c99f0f1bae1da.tar.gz bcm5719-llvm-25143dfd48ea7f52d3066ff73a6c99f0f1bae1da.zip |
[ELF] - Ignore -stats command line option.
llvm-svn: 286348
-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 4446600dc18..a0ec9201852 100644 --- a/lld/ELF/Options.td +++ b/lld/ELF/Options.td @@ -301,6 +301,7 @@ 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 stats: F<"stats">; def warn_execstack: F<"warn-execstack">; def warn_shared_textrel: F<"warn-shared-textrel">; def EB : F<"EB">; |