You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[lldb][cmake] Fix relative path used for lldb executables
I had this looking directly in `./swift/<os>/` before, but now that an installed
lldb executable also links against Swift libraries, this needs to be the more
general `../lib/swift/<os>/`.
(cherry picked from commit 5444a68)
0 commit comments