From: George Rimar Date: Wed, 9 Nov 2016 08:59:59 +0000 (+0000) Subject: [ELF] - Ignore -stats command line option. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25143dfd48ea7f52d3066ff73a6c99f0f1bae1da;p=platform%2Fupstream%2Fllvm.git [ELF] - Ignore -stats command line option. llvm-svn: 286348 --- diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td index 4446600..a0ec920 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">;