[PATCH] D91894: [lld-macho] Implement -fatal_warnings

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 29 20:57:59 PST 2020


int3 added a reviewer: lld-macho.
int3 added a subscriber: gkm.
int3 added a comment.

cc @gkm who implemented most of the option parsing



================
Comment at: lld/MachO/Options.td:611
-     Flags<[HelpHidden]>,
-     Group<grp_rare>;
 def no_eh_labels : Flag<["-"], "no_eh_labels">,
----------------
these groups are based on the groups used in the ld64 manpage. I think we should keep them, though I wouldn't object to defining a new group if you think it'd be more fitting


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91894/new/

https://reviews.llvm.org/D91894



More information about the llvm-commits mailing list