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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user