Files
swift-mirror/lib/DependencyScan/ModuleDependencyScanner.cpp
Steven Wu 7b4c2f37e5 [Caching][DependencyScan] Fix main module header chaining
Fix a programming mistake when chaining bridging header for the main
module. Main module never has the binary module, thus it always need to
chain the bridging header content directly without falling back to
embedded binary module. Previously, the scanner was wrongly error out
because it failed to locate the binary module for main module.

rdar://167707148
2026-01-07 20:55:00 -08:00

104 KiB