mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
`%swiftc_driver` is a substitution already, which means `%swiftc_driver_stdlib_target` was actually being substituted as `%swiftc_driver` first with `-stdlib-target` tacked on the end. Resolves rdar://106170241 and rdar://106170343.