mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
As the old comment indicates, it was not expected that build systems would register binary swift modules produced from textual interfaces with -add_ast_path, but we have found examples of the in the wild and it leads to the most unexpected side effects. Fixing this is straightforward, we can just check if a binary module was compiled from a textual interface and then not bypass resilience. rdar://145226754
80 KiB
80 KiB