mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Although this is a target library, it does not need to link against the standard library, because it doesn't have any Swift content in it. We need to add a separate build flag for having CMake content because saying a library "IS_STDLIB" isn't correct for this case. rdar://problem/26399625