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@"
@@ -48,6 +49,7 @@ if __name__ == '__main__':
48
49
cmd.extend(['--framework', lldb_framework_dir])
49
50
if lldb_build_intel_pt == "1":
50
51
cmd.extend(['--enable-plugin', 'intel-pt'])
52
+ cmd.extend(['--lldb-obj-root', lldb_obj_root])
51
53
cmd.extend(wrapper_args)
52
54
# Invoke dotest.py and return exit code.
53
55
print(' '.join(cmd))
You can’t perform that action at this time.
0 commit comments