[ELF] - Ignore -stats command line option.
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 9 Nov 2016 08:59:59 +0000 (08:59 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 9 Nov 2016 08:59:59 +0000 (08:59 +0000)
llvm-svn: 286348

lld/ELF/Options.td

index 4446600..a0ec920 100644 (file)
@@ -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">;