Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0729346

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ lldb_build_intel_pt = "@LLDB_BUILD_INTEL_PT@"
1515
lldb_framework_dir = "@LLDB_FRAMEWORK_DIR_CONFIGURED@"
1616
lldb_libs_dir = "@LLDB_LIBS_DIR_CONFIGURED@"
1717
llvm_tools_dir = "@LLVM_TOOLS_DIR_CONFIGURED@"
18+
lldb_obj_root = "@LLDB_BINARY_DIR@"
1819
has_libcxx = @LLDB_HAS_LIBCXX@
1920
libcxx_libs_dir = "@LIBCXX_LIBRARY_DIR@"
2021
libcxx_include_dir = "@LIBCXX_GENERATED_INCLUDE_DIR@"
@@ -53,6 +54,7 @@ if __name__ == '__main__':
5354
cmd.extend(['--framework', lldb_framework_dir])
5455
if lldb_build_intel_pt == "1":
5556
cmd.extend(['--enable-plugin', 'intel-pt'])
57+
cmd.extend(['--lldb-obj-root', lldb_obj_root])
5658
cmd.extend(wrapper_args)
5759
# Invoke dotest.py and return exit code.
5860
print(' '.join(cmd))

0 commit comments

Comments
 (0)