Skip to content

Commit

Permalink
Merge pull request apple#34228 from keith/ks/improve--prefix-map-help…
Browse files Browse the repository at this point in the history
…-text

Improve `-*prefix-map` help text
  • Loading branch information
kastiglione committed Oct 15, 2020
2 parents b8e726a + ae0c380 commit d35cb3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/swift/Option/Options.td
Expand Up @@ -761,10 +761,10 @@ def gdwarf_types : Flag<["-"], "gdwarf-types">,
HelpText<"Emit full DWARF type info.">;
def debug_prefix_map : Separate<["-"], "debug-prefix-map">,
Flags<[FrontendOption]>,
HelpText<"Remap source paths in debug info">;
HelpText<"Remap source paths in debug info">, MetaVarName<"<prefix=replacement>">;
def coverage_prefix_map : Separate<["-"], "coverage-prefix-map">,
Flags<[FrontendOption]>,
HelpText<"Remap source paths in coverage info">;
HelpText<"Remap source paths in coverage info">, MetaVarName<"<prefix=replacement>">;

def debug_info_format : Joined<["-"], "debug-info-format=">,
Flags<[FrontendOption]>,
Expand Down

0 comments on commit d35cb3c

Please sign in to comment.