mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -2299,6 +2299,9 @@ static bool ParseIRGenArgs(IRGenOptions &Opts, ArgList &Args,
|
||||
"-num-threads");
|
||||
}
|
||||
}
|
||||
Opts.UseSingleModuleLLVMEmission =
|
||||
Opts.NumThreads != 0 &&
|
||||
Args.hasArg(OPT_enable_single_module_llvm_emission);
|
||||
|
||||
if (SWIFT_ENABLE_GLOBAL_ISEL_ARM64 &&
|
||||
Triple.getArch() == llvm::Triple::aarch64 &&
|
||||
|
||||
Reference in New Issue
Block a user