Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Explicit Module Builds] Remove dead/incorrect code for handling head…
…er inputs of binary module dependencies As of swiftlang/swift#72067, we instead serialize `.h` inputs directly into binary `.swiftmodule` files, because their clients may not be able to use the dependnecies' corresponding `.pch` files due to a compilation context mismatch. The clients of such binary modules then consume the serialized `.h` files directly, and compile them, implicitly, using explicit module dependencies collected during scan of such header files. Resolves rdar://131261765
- Loading branch information