[Lldb-commits] [PATCH] D58235: Don't source local .lldbinit in the test suite

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 14 09:38:53 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rLLDB354038: Don't source local .lldbinit in the test suite (authored by teemperor, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D58235?vs=186850&id=186865#toc

Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58235/new/

https://reviews.llvm.org/D58235

Files:
  lit/helper/toolchain.py


Index: lit/helper/toolchain.py
===================================================================
--- lit/helper/toolchain.py
+++ lit/helper/toolchain.py
@@ -35,7 +35,7 @@
     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,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58235.186865.patch
Type: text/x-patch
Size: 510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190214/1bd9c3ee/attachment.bin>


More information about the lldb-commits mailing list