mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Everywhere there's a `SWIFT_MODULE_DEPENDS_LINUX Glibc`, there should be a corresponding `SWIFT_MODULE_DEPENDS_LINUX_STATIC Musl`. This usually won't bite us, depending on build order and parallelism, but I hit one of these yesterday so went looking to see if there were any others. rdar://136208589