mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Hardlinking to a symlink is not permitted, so use "swift-frontend" instead of "swift" as the hard-link target. Also, update one Linux-specific test to check for swift-frontend.
13 lines
404 B
Swift
13 lines
404 B
Swift
// RUN: %swiftc_driver -driver-print-jobs -target x86_64-unknown-linux-gnu -g %s | %FileCheck -check-prefix DEBUG_LINUX %s
|
|
|
|
// REQUIRES: autolink-extract
|
|
|
|
// DEBUG_LINUX: bin/swift
|
|
// DEBUG_LINUX-NEXT: bin/swift-autolink-extract
|
|
// DEBUG_LINUX-NEXT: bin/swift
|
|
// DEBUG_LINUX-NEXT: bin/swift-frontend -modulewrap
|
|
// DEBUG_LINUX-NEXT: bin/clang{{"? }}
|
|
// DEBUG_LINUX: -o main
|
|
// DEBUG_LINUX-NOT: dsymutil
|
|
|