mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
This is to keep clang module cache hashes consistent throughout the build and avoid inconsistent hash errors due to the CodeGenOpts changing at the IRGen phase in the middle of a build. https://github.com/swiftlang/swift/issues/86116