forked from OSchip/llvm-project
[ELF] - Ignore -stats command line option.
llvm-svn: 286348
This commit is contained in:
parent
0ee3ec2fe4
commit
25143dfd48
|
@ -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">;
|
||||
|
|
Loading…
Reference in New Issue