Files
swift-mirror/test/Driver/linker-autolink-extract.swift
Doug Gregor 480c631209 Linux-specific fixes for the swift-frontend rename.
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.
2020-06-23 13:17:26 -07:00

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