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
[clang] ModuleFileCacheMap needs to be available for all actions
Make ModuleFileCacheMap available for all frontend actions so action
cache module lookup works for swift because clang importer from swift is a
subclass of `clang::ASTFrontendAction` which return false for
`usesPreprocessorOnly()`.
0 commit comments