Skip to content

Commit

Permalink
[DFSan] Remove deprecated flag from build-libc-list.py
Browse files Browse the repository at this point in the history
Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D126429
  • Loading branch information
browneee committed Jun 1, 2022
1 parent ad89cf4 commit 31d12df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions compiler-rt/lib/dfsan/scripts/build-libc-list.py
Expand Up @@ -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=[])
Expand Down

0 comments on commit 31d12df

Please sign in to comment.