summaryrefslogtreecommitdiffstats
path: root/lldb/lit/helper/toolchain.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/lit/helper/toolchain.py')
-rw-r--r--lldb/lit/helper/toolchain.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/lit/helper/toolchain.py b/lldb/lit/helper/toolchain.py
index 08fb7fe8980..9f758972fea 100644
--- a/lldb/lit/helper/toolchain.py
+++ b/lldb/lit/helper/toolchain.py
@@ -38,12 +38,12 @@ def use_lldb_substitutions(config):
ToolSubst('%lldb',
command=FindTool('lldb'),
extra_args=['--no-lldbinit', '-S',
- os.path.join(config.test_source_root,
+ os.path.join(config.test_exec_root,
'lit-lldb-init')]),
ToolSubst('%lldb-init',
command=FindTool('lldb'),
extra_args=['-S',
- os.path.join(config.test_source_root,
+ os.path.join(config.test_exec_root,
'lit-lldb-init')]),
lldbmi,
ToolSubst('%debugserver',
OpenPOWER on IntegriCloud