Skip to content

Commit 592a664

Browse files
committed
Thread '--lldb-obj-root' through lldb-dotest for manual testing
(cherry picked from commit 4cd11c9)
1 parent 3c88dde commit 592a664

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/utils/lldb-dotest/lldb-dotest.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ lldb_build_intel_pt = "@LLDB_BUILD_INTEL_PT@"
1414
lldb_framework_dir = "@LLDB_FRAMEWORK_DIR_CONFIGURED@"
1515
lldb_libs_dir = "@LLDB_LIBS_DIR_CONFIGURED@"
1616
llvm_tools_dir = "@LLVM_TOOLS_DIR_CONFIGURED@"
17+
lldb_obj_root = "@LLDB_BINARY_DIR@"
1718
has_libcxx = @LLDB_HAS_LIBCXX@
1819
libcxx_libs_dir = "@LIBCXX_LIBRARY_DIR@"
1920
libcxx_include_dir = "@LIBCXX_GENERATED_INCLUDE_DIR@"
@@ -48,6 +49,7 @@ if __name__ == '__main__':
4849
cmd.extend(['--framework', lldb_framework_dir])
4950
if lldb_build_intel_pt == "1":
5051
cmd.extend(['--enable-plugin', 'intel-pt'])
52+
cmd.extend(['--lldb-obj-root', lldb_obj_root])
5153
cmd.extend(wrapper_args)
5254
# Invoke dotest.py and return exit code.
5355
print(' '.join(cmd))

0 commit comments

Comments
 (0)