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] Set the correct INSTALL_RPATH for Python3.framework
Don't use the Python3_RPATH as the INSTALL_RPATH as this is not portable
across toolchains. Instead, find the Python3.framework relative to where
LLDB.framework is installed.
rdar://78894526
0 commit comments