While we eventually want to remove the mapping from .Private to _Private modules, until we do, ensure that it behaves the same for explicit modules.
rdar://107449872
Differential D147477
[clang][modules] Handle explicit modules when checking for .Private -> _Private Authored by benlangmuir on Apr 3 2023, 3:24 PM.
Details While we eventually want to remove the mapping from .Private to _Private modules, until we do, ensure that it behaves the same for explicit modules. rdar://107449872
Diff Detail
Event Timeline
| ||||||
Can we also test the -fmodule-file=<path> mode? I assume it doesn't go through the changed code path, but having extra test coverage could be useful.