mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This flag was added back in 2020, but it didn't function properly, since a lot of other code in the compiler assumed the platform-default C++ stdlib until recently (https://github.com/swiftlang/swift/pull/75589). The recommended way to use a non-default C++ stdlib in Swift now is to pass `-Xcc -stdlib=xyz` argument to the compiler. This change removes the `-experimental-cxx-stdlib` flag.
9.0 KiB
9.0 KiB