mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Drop experimental prefixes from PackageCMO flags.
Deprecate experimental- flags with prompts to use the proper flags. rdar://131498517
This commit is contained in:
@@ -703,7 +703,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