mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Driver] Completely remove -emit-public-type-metadata-accessors.
This was retained to help ease migration between versions of the 4.2 compiler between when the flag was originally introduced and the full fix landed. It's not longer needed and there's no reason to retain it in the full release. Fixes rdar://problem/40502379.
This commit is contained in:
@@ -244,10 +244,6 @@ static void validateArgs(DiagnosticEngine &diags, const ArgList &args) {
|
||||
validateDebugInfoArgs(diags, args);
|
||||
validateCompilationConditionArgs(diags, args);
|
||||
validateAutolinkingArgs(diags, args);
|
||||
|
||||
if (args.hasArg(options::OPT_emit_public_type_metadata_accessors))
|
||||
diags.diagnose(SourceLoc(),
|
||||
diag::warn_emit_public_type_metadata_accessors_deprecated);
|
||||
}
|
||||
|
||||
std::unique_ptr<ToolChain>
|
||||
|
||||
Reference in New Issue
Block a user