mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
`TypeRoundTrip/round-trip.swift` tries to link with `libswiftRemoteInspection`, but that library isn't in the default link path, so we need to add a `-L` option to the command line in the test. Also, we should check that `SWIFT_BUILD_REMOTE_MIRROR` is enabled and disable the test if not, because otherwise `libswiftRemoteInspection` won't have been built. rdar://123503470