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] Support importing modules from llvmcas:// URLs
This patch creates a wrapper LLDB Swft module loader that owns both an
ESML (explicit Swift module loader) and a CAS explicit module loader,
dispatches module discovery calls to both, and tries to find each
module in the CAS first, before trying the ESML.
rdar://166576110
0 commit comments