summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest_args.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-12-08 18:25:38 +0000
committerZachary Turner <zturner@google.com>2015-12-08 18:25:38 +0000
commitb0dcbd461edfe08342637138719bab85332e6e1d (patch)
tree72b95f0aeb0756ae6a8e70ca1e51c7861ebd440e /lldb/packages/Python/lldbsuite/test/dotest_args.py
parent412ee3d45dc54b44e603ed5851f2f0f976c1e19f (diff)
downloadbcm5719-llvm-b0dcbd461edfe08342637138719bab85332e6e1d.tar.gz
bcm5719-llvm-b0dcbd461edfe08342637138719bab85332e6e1d.zip
Remove the -D option from dotest.py.
This removes the option to dump Python sys.path variable as part of an effort to remove unused options. llvm-svn: 255035
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest_args.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest_args.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest_args.py b/lldb/packages/Python/lldbsuite/test/dotest_args.py
index e34eea3e63c..891a335d350 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest_args.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest_args.py
@@ -56,7 +56,6 @@ def create_parser():
# FIXME? This won't work for different extra flags according to each arch.
group.add_argument('-E', metavar='extra-flags', help=textwrap.dedent('''Specify the extra flags to be passed to the toolchain when building the inferior programs to be debugged
suggestions: do not lump the "-A arch1 -A arch2" together such that the -E option applies to only one of the architectures'''))
- X('-D', 'Dump the Python sys.path variable')
# Test filtering options
group = parser.add_argument_group('Test filtering options')
OpenPOWER on IntegriCloud