[PATCH] D80582: [lld-macho] Specify the complete set of command-line options for ld64

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 18:48:24 PDT 2020


aaron.ballman added inline comments.


================
Comment at: lld/MachO/Options.td:524
+     MetaVarName<"<name>">,
+     HelpText<"Whitelists dylibs and frameworks by <name> that can link to this dylib">,
+     Group<grp_rare>;
----------------
How about: `Lists which dylibs and frameworks by <name> that are allowed to link to this dylib` or something along those lines?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80582





More information about the llvm-commits mailing list