mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
314 B
Swift
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
|