mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
It is a maintenance burden and having the legacy driver exist in a simplified state reduces the possibility of things going wrong and hitting old bugs.
7 lines
195 B
Swift
7 lines
195 B
Swift
// Ensure that -driver-force-response-files works.
|
|
|
|
|
|
// RUN: %swiftc_driver -driver-force-response-files -typecheck %S/../Inputs/empty.swift -### 2>&1 | %FileCheck %s
|
|
// CHECK: @
|
|
// CHECK: .resp
|