diff options
author | Zachary Turner <zturner@google.com> | 2015-12-09 19:45:36 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-09 19:45:36 +0000 |
commit | 6c8733346a0f479fb5bc03aa39e131bdcbd3f457 (patch) | |
tree | a36f5bbaea88caa82801cf3001d18ffffadc2265 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | c8160136416a6524c94e20956d603bcbae7cc447 (diff) | |
download | bcm5719-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/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index aced15add2b..f06bbac05fe 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -86,9 +86,7 @@ compilers = None # Must be initialized after option parsing # just that. cflags_extras = '' -# Full path of the benchmark executable, as specified by the '-e' option. -bmExecutable = None -# The breakpoint specification of bmExecutable, as specified by the '-x' option. +# The breakpoint specification of the benchmark exe, as specified by the '-x' option. bmBreakpointSpec = None # The benchmark iteration count, as specified by the '-y' option. bmIterationCount = -1 |