mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When cross compiling we are forcing the usage of the resource directory from the bootstrapping0 compiler to ensure we are picking up the stdlib from the SDK. As a result we need to ensure to have legacy layouts for all the architectures in that folder. Addresses rdar://98899578