mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This could help swift-driver to check whether a compiler feature is supported so it could adjust arguments accordingly.
8 lines
208 B
Swift
8 lines
208 B
Swift
// RUN: %target-swift-frontend -emit-supported-features %s | %FileCheck %s
|
|
|
|
// CHECK: "SupportedArguments"
|
|
// CHECK: "emit-module"
|
|
// CHECK: "LastOption"
|
|
// CHECK: "SupportedFeatures"
|
|
// CHECK: "LastFeature"
|