[PATCH] D87803: [lld-macho] Ignore `-mllvm` and its argument
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 17 12:54:28 PDT 2020
int3 added inline comments.
================
Comment at: lld/MachO/Options.td:875
Group<grp_rare>;
+def mllvm : Separate<["-"], "mllvm">,
+ HelpText<"Options to pass to LLVM">,
----------------
MaskRay wrote:
> If you ignore an option, you can use `def :`
I'd prefer to follow what the rest of the file is currently doing -- using `HelpHidden` to mark ignored options
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87803/new/
https://reviews.llvm.org/D87803
More information about the llvm-commits
mailing list