diff options
-rw-r--r-- | lldb/lit/helper/toolchain.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lit/helper/toolchain.py b/lldb/lit/helper/toolchain.py index c447ac36bc5..381296d01ab 100644 --- a/lldb/lit/helper/toolchain.py +++ b/lldb/lit/helper/toolchain.py @@ -35,7 +35,7 @@ def use_lldb_substitutions(config): primary_tools = [ ToolSubst('%lldb', command=FindTool('lldb'), - extra_args=['-S', + extra_args=['--no-lldbinit', '-S', os.path.join(config.test_source_root, 'lit-lldb-init')]), lldbmi, |