[ELF] - Ignore -stats command line option.

llvm-svn: 286348
This commit is contained in:
George Rimar 2016-11-09 08:59:59 +00:00
parent 0ee3ec2fe4
commit 25143dfd48
1 changed files with 1 additions and 0 deletions

View 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">;