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
[PCH][OutputFileMap] GeneratePCH output should use single output entry
The build system has been emitting the output path of generating PCH job
in the module level entry in the output file map, while swift-driver is
expecting the entry in an entry that accosiated with imported bridging
header.
This patch unifies the behavior by picking the implementation of the
swift-build, where it is a module level entry. This works better for
future when bridging header can be chained, thus creating PCH job even
there isn't a imported objc header explicitly provided.
rdar://146395316
0 commit comments