summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest_args.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-12-09 19:45:36 +0000
committerZachary Turner <zturner@google.com>2015-12-09 19:45:36 +0000
commit6c8733346a0f479fb5bc03aa39e131bdcbd3f457 (patch)
treea36f5bbaea88caa82801cf3001d18ffffadc2265 /lldb/packages/Python/lldbsuite/test/dotest_args.py
parentc8160136416a6524c94e20956d603bcbae7cc447 (diff)
downloadbcm5719-llvm-6c8733346a0f479fb5bc03aa39e131bdcbd3f457.tar.gz
bcm5719-llvm-6c8733346a0f479fb5bc03aa39e131bdcbd3f457.zip
Remove -e option from dotest.py.
This is part of an effort to clean up dotest command line options that are no longer used. llvm-svn: 255142
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 c5cf154c5da..4284c0f4d81 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest_args.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest_args.py
@@ -70,7 +70,6 @@ def create_parser():
group = parser.add_argument_group('Configuration options')
group.add_argument('--framework', metavar='framework-path', help='The path to LLDB.framework')
group.add_argument('--executable', metavar='executable-path', help='The path to the lldb executable')
- group.add_argument('-e', metavar='benchmark-exe', help='Specify the full path of an executable used for benchmark purposes (see also: -x)')
group.add_argument('-k', metavar='command', action='append', help="Specify a runhook, which is an lldb command to be executed by the debugger; The option can occur multiple times. The commands are executed one after the other to bring the debugger to a desired state, so that, for example, further benchmarking can be done")
group.add_argument('-R', metavar='dir', help='Specify a directory to relocate the tests and their intermediate files to. BE WARNED THAT the directory, if exists, will be deleted before running this test driver. No cleanup of intermediate test files is performed in this case')
group.add_argument('-r', metavar='dir', help="Similar to '-R', except that the directory must not exist before running this test driver")
OpenPOWER on IntegriCloud