mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Printer] Conditionally print Clang types in emitted SIL.
Hopefully, this helps us debug Clang type mismatches better.
This commit is contained in:
@@ -68,6 +68,8 @@ bool ArgsToFrontendOptionsConverter::convert(
|
||||
|
||||
Opts.EmitVerboseSIL |= Args.hasArg(OPT_emit_verbose_sil);
|
||||
Opts.EmitSortedSIL |= Args.hasArg(OPT_emit_sorted_sil);
|
||||
Opts.PrintFullConvention |=
|
||||
Args.hasArg(OPT_experimental_print_full_convention);
|
||||
|
||||
Opts.EnableTesting |= Args.hasArg(OPT_enable_testing);
|
||||
Opts.EnablePrivateImports |= Args.hasArg(OPT_enable_private_imports);
|
||||
|
||||
Reference in New Issue
Block a user