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 5423556 commit 311c6abCopy full SHA for 311c6ab
lldb/utils/lldb-dotest/lldb-dotest.in
@@ -58,6 +58,7 @@ if __name__ == '__main__':
58
cmd.extend(['--enable-plugin', 'intel-pt'])
59
cmd.extend(['--lldb-obj-root', lldb_obj_root])
60
cmd.extend(['--cmake-build-type', cmake_build_type])
61
+ cmd.extend(['--swift-libs-dir', swift_libs_dir])
62
cmd.extend(wrapper_args)
63
# Invoke dotest.py and return exit code.
64
print(' '.join(cmd))
0 commit comments