mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This will be used to test dependency analysis by substituting a different executable to use as the frontend. For debugging purposes only. Swift SVN r23272
3 lines
175 B
Swift
3 lines
175 B
Swift
// RUN: %swift_driver_plain -driver-use-frontend-path bin/completely-fake-driver -driver-print-jobs %s 2>&1 | FileCheck %s
|
|
// CHECK: {{^}}bin/completely-fake-driver -frontend
|