File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ lldb_build_intel_pt = "@LLDB_BUILD_INTEL_PT@"
14
14
lldb_framework_dir = "@LLDB_FRAMEWORK_DIR_CONFIGURED@"
15
15
lldb_libs_dir = "@LLDB_LIBS_DIR_CONFIGURED@"
16
16
llvm_tools_dir = "@LLVM_TOOLS_DIR_CONFIGURED@"
17
+ lldb_obj_root = "@LLDB_BINARY_DIR@"
17
18
has_libcxx = @LLDB_HAS_LIBCXX@
18
19
libcxx_libs_dir = "@LIBCXX_LIBRARY_DIR@"
19
20
libcxx_include_dir = "@LIBCXX_GENERATED_INCLUDE_DIR@"
@@ -45,6 +46,7 @@ if __name__ == '__main__':
45
46
cmd.extend(['--framework', lldb_framework_dir])
46
47
if lldb_build_intel_pt == "1":
47
48
cmd.extend(['--enable-plugin', 'intel-pt'])
49
+ cmd.extend(['--lldb-obj-root', lldb_obj_root])
48
50
cmd.extend(wrapper_args)
49
51
# Invoke dotest.py and return exit code.
50
52
print(' '.join(cmd))
You can’t perform that action at this time.
0 commit comments