Skip to content

Commit 4744b13

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

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
@@ -56,6 +56,7 @@ if __name__ == '__main__':
5656
if lldb_build_intel_pt == "1":
5757
cmd.extend(['--enable-plugin', 'intel-pt'])
5858
cmd.extend(['--lldb-obj-root', lldb_obj_root])
59+
cmd.extend(['--swift-libs-dir', swift_libs_dir])
5960
cmd.extend(wrapper_args)
6061
# Invoke dotest.py and return exit code.
6162
print(' '.join(cmd))

0 commit comments

Comments
 (0)