mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #37397 from jirid/SR-14453-remove-enable-swiftcall
This commit is contained in:
@@ -1575,8 +1575,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