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

This commit is contained in:
swift-ci
2024-07-11 12:15:10 -07:00
15 changed files with 81 additions and 131 deletions

View File

@@ -704,7 +704,7 @@ void ModuleFileSharedCore::outputDiagnosticInfo(llvm::raw_ostream &os) const {
<< " against SDK " << SDKVersion
<< ", " << (resilient? "resilient": "non-resilient");
if (Bits.AllowNonResilientAccess)
os << ", built with -experimental-allow-non-resilient-access";
os << ", built with -allow-non-resilient-access";
if (Bits.IsAllowModuleWithCompilerErrorsEnabled)
os << ", built with -experimental-allow-module-with-compiler-errors";
if (ModuleInputBuffer)