mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "[Concurrency] Provide a Swift interface for custom main and global executors."
This commit is contained in:
committed by
Guillaume Lessard
parent
7da2333017
commit
8b15b05c63
@@ -377,10 +377,6 @@ void ToolChain::addCommonFrontendArgs(const OutputInfo &OI,
|
||||
arguments.push_back(inputArgs.MakeArgString(globalRemapping));
|
||||
}
|
||||
|
||||
if (inputArgs.hasArg(options::OPT_executor_factory)) {
|
||||
inputArgs.AddLastArg(arguments, options::OPT_executor_factory);
|
||||
}
|
||||
|
||||
// Pass through the values passed to -Xfrontend.
|
||||
inputArgs.AddAllArgValues(arguments, options::OPT_Xfrontend);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user