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
[cas] Definitions from unimported submodules should not be visible
In 66228ed a merge conflict was incorrectly resolved leading to
modules built with caching to expose definitions that come from
unimported submodules to codegen. This would then cause linking errors
if multiple TUs imported any part of that module.
rdar://131028078
(cherry picked from commit e511172)
0 commit comments