mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[frontend] Added support for parsing the “-emit-verbose-sil” frontend argument.
This is not yet hooked up anywhere (beyond FrontendOptions), since the integrated frontend does not yet know how to emit SIL. Swift SVN r11161
This commit is contained in:
@@ -20,4 +20,7 @@ def debug_constraints : Flag<["-"], "debug-constraints">,
|
||||
Flags<[HelpHidden]>,
|
||||
HelpText<"Debug the constraint-based type checker">;
|
||||
|
||||
def emit_verbose_sil : Flag<["-"], "emit-verbose-sil">,
|
||||
Flags<[HelpHidden]>, HelpText<"Emit locations during SIL emission">;
|
||||
|
||||
} // end let Flags = [FrontendOption, NoDriverOption]
|
||||
|
||||
Reference in New Issue
Block a user