forked from OSchip/llvm-project
[DFSan] Remove deprecated flag from build-libc-list.py
Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D126429
This commit is contained in:
parent
ad89cf4e2d
commit
31d12df3b9
|
@ -57,10 +57,6 @@ def defined_function_list(object):
|
|||
|
||||
p = OptionParser()
|
||||
|
||||
p.add_option('--only-explicit-files', action='store_true',
|
||||
dest='only_explicit_files', default=True,
|
||||
help='[DEPRECATED] Only process --lib-file, not the default libc libraries.')
|
||||
|
||||
p.add_option('--lib-file', action='append', metavar='PATH',
|
||||
help='Specific library files to add.',
|
||||
default=[])
|
||||
|
|
Loading…
Reference in New Issue