NCGenerics: reenable round-trip for mangling

This commit is contained in:
Kavon Farvardin
2024-02-05 20:55:18 -08:00
parent 70266b589a
commit ee12fd6655
3 changed files with 4 additions and 4 deletions

View File

@@ -2641,9 +2641,6 @@ static bool ParseIRGenArgs(IRGenOptions &Opts, ArgList &Args,
if (Args.hasArg(OPT_no_clang_module_breadcrumbs))
Opts.DisableClangModuleSkeletonCUs = true;
if (SWIFT_ENABLE_EXPERIMENTAL_NONCOPYABLE_GENERICS)
Opts.DisableRoundTripDebugTypes = true; // temporary until we fix mangling!
if (auto A = Args.getLastArg(OPT_enable_round_trip_debug_types,
OPT_disable_round_trip_debug_types)) {
Opts.DisableRoundTripDebugTypes =