Files
swift-mirror/test/Driver/linker-tbd.swift
Artem Chikin 3dc6837bc4 Pass .tbd inputs down to the linker invocation.
Part of rdar://78881502
2021-06-04 14:44:09 -07:00

10 lines
314 B
Swift

// REQUIRES: OS=macosx
// Ensure .tbd input files are forwarded to the linker.
// RUN: %empty-directory(%t)
// RUN: touch %t/foo.tbd
// RUN: %swiftc_driver_plain -driver-print-jobs -target x86_64-apple-macosx10.9 %S/../Inputs/empty.swift %t/foo.tbd | %FileCheck %s
// CHECK: bin/ld{{"? }}
// CHECK-SAME: foo.tbd