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] Fix an incorrect trigger of a per-module scratch context
which indirectly caused several ModuleSP shared pointers to live
longer than two tests expected them to.
The problem is that swift::performImportResolution() now apparently
also reports syntax errors in function bodies, so I had to add a
(terrible) heuristic to filter out actual module import errors.
rdar://135575668
0 commit comments