Skip to content

Commit 311c6ab

Browse files
authored
[lldb][test] add missing swift_libs_dir (#11503)
thie swift libs dir is needed for some cxx-interop tests include path.
1 parent 5423556 commit 311c6ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ if __name__ == '__main__':
5858
cmd.extend(['--enable-plugin', 'intel-pt'])
5959
cmd.extend(['--lldb-obj-root', lldb_obj_root])
6060
cmd.extend(['--cmake-build-type', cmake_build_type])
61+
cmd.extend(['--swift-libs-dir', swift_libs_dir])
6162
cmd.extend(wrapper_args)
6263
# Invoke dotest.py and return exit code.
6364
print(' '.join(cmd))

0 commit comments

Comments
 (0)