Merge remote-tracking branch 'origin/main' into rebranch

Trivial conflict caused by the line above the
`IGM.constructInitialFnAttributes` change in `lib/IRGen/GenDecl.cpp`
having an extra argument passed in rebranch (due to the new LLVM API).
This commit is contained in:
Ben Barham
2022-08-03 19:12:06 -07:00
71 changed files with 2608 additions and 510 deletions

View File

@@ -2406,6 +2406,10 @@ static bool ParseIRGenArgs(IRGenOptions &Opts, ArgList &Args,
OPT_enable_new_llvm_pass_manager,
Opts.LegacyPassManager);
Opts.EnableStackProtector =
Args.hasFlag(OPT_enable_stack_protector, OPT_disable_stack_protector,
Opts.EnableStackProtector);
return false;
}