mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
NCGenerics: reenable round-trip for mangling
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user