mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Frontend] Rework -emit-supported-features mode into -emit-supported-arguments
The "featues" part was never actually implemented and Swift Driver is replying on information about arguments, so instead of removing this mode, let's scope it down to "arguments" to be deprecated in the future.
This commit is contained in:
@@ -451,7 +451,7 @@ static bool shouldEmitFineModuleTrace(FrontendOptions::ActionType action) {
|
||||
case swift::FrontendOptions::ActionType::DumpPCM:
|
||||
case swift::FrontendOptions::ActionType::ScanDependencies:
|
||||
case swift::FrontendOptions::ActionType::PrintVersion:
|
||||
case swift::FrontendOptions::ActionType::PrintFeature:
|
||||
case swift::FrontendOptions::ActionType::PrintArguments:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user