[compiler-rt] 31d12df - [DFSan] Remove deprecated flag from build-libc-list.py

Andrew Browne via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 11:00:57 PDT 2022


Author: Andrew Browne
Date: 2022-06-01T11:00:13-07:00
New Revision: 31d12df3b9382cd3b1500cb0f11d96291e79c37f

URL: https://github.com/llvm/llvm-project/commit/31d12df3b9382cd3b1500cb0f11d96291e79c37f
DIFF: https://github.com/llvm/llvm-project/commit/31d12df3b9382cd3b1500cb0f11d96291e79c37f.diff

LOG: [DFSan] Remove deprecated flag from build-libc-list.py

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D126429

Added: 
    

Modified: 
    compiler-rt/lib/dfsan/scripts/build-libc-list.py

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/dfsan/scripts/build-libc-list.py b/compiler-rt/lib/dfsan/scripts/build-libc-list.py
index ce6f542ea634d..524749640e4e2 100755
--- a/compiler-rt/lib/dfsan/scripts/build-libc-list.py
+++ b/compiler-rt/lib/dfsan/scripts/build-libc-list.py
@@ -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=[])


        


More information about the llvm-commits mailing list