diff options
author | Zachary Turner <zturner@google.com> | 2015-12-10 18:51:40 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-10 18:51:40 +0000 |
commit | 70ed57389afc7690751f2fd8ad6c8d0871d5e53b (patch) | |
tree | 900a8dcf30ae7cfed17b94664e1909dae903b46d /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 21accab1a758b2efb96c49825d13429e4c0283e6 (diff) | |
download | llvm-70ed57389afc7690751f2fd8ad6c8d0871d5e53b.zip llvm-70ed57389afc7690751f2fd8ad6c8d0871d5e53b.tar.gz llvm-70ed57389afc7690751f2fd8ad6c8d0871d5e53b.tar.bz2 |
Remove the -x option from dotest.py.
llvm-svn: 255279
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index 02f04c7..a7b97bb 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -86,8 +86,6 @@ compilers = None # Must be initialized after option parsing # just that. cflags_extras = '' -# 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 |