We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b101832 commit 4744b13Copy full SHA for 4744b13
lldb/utils/lldb-dotest/lldb-dotest.in
@@ -56,6 +56,7 @@ if __name__ == '__main__':
56
if lldb_build_intel_pt == "1":
57
cmd.extend(['--enable-plugin', 'intel-pt'])
58
cmd.extend(['--lldb-obj-root', lldb_obj_root])
59
+ cmd.extend(['--swift-libs-dir', swift_libs_dir])
60
cmd.extend(wrapper_args)
61
# Invoke dotest.py and return exit code.
62
print(' '.join(cmd))
0 commit comments