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
{{ message }}
This repository was archived by the owner on Nov 10, 2023. It is now read-only.
Summary:
When compiling with explicit modules we need to pass up the module map files of the dependent modules being compiled so that Clang knows which module to load for a corresponding header. We can then disable implicit module map loading.
This fixes loading modules using the `-fmodule-file=name=path` syntax as well as avoiding issues with absolute paths being embedded in pcm files, as the command line overrides will take precedence over the serialized paths.
Reviewed By: milend
fbshipit-source-id: 38d82654b59df17a2e71ed6b0bee3fef25afc818
0 commit comments