[PATCH] D87803: [lld-macho] Ignore `-mllvm` and its argument

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 16 17:07:55 PDT 2020


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: lld/MachO/Options.td:875
      Group<grp_rare>;
+def mllvm : Separate<["-"], "mllvm">,
+     HelpText<"Options to pass to LLVM">,
----------------
If you ignore an option, you can use `def :`


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