mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SR-14453] Removed unused option enable_swiftcall.
This commit is contained in:
@@ -1568,8 +1568,6 @@ static bool ParseIRGenArgs(IRGenOptions &Opts, ArgList &Args,
|
||||
Opts.UseTypeLayoutValueHandling = false;
|
||||
}
|
||||
|
||||
Opts.UseSwiftCall = Args.hasArg(OPT_enable_swiftcall);
|
||||
|
||||
// This is set to true by default.
|
||||
Opts.UseIncrementalLLVMCodeGen &=
|
||||
!Args.hasArg(OPT_disable_incremental_llvm_codegeneration);
|
||||
|
||||
Reference in New Issue
Block a user