[PATCH] D103292: [lld-macho] Implement ICF

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 18 09:19:18 PDT 2021


thakis added inline comments.


================
Comment at: lld/MachO/Options.td:278
     Group<grp_opts>;
+def icf: Separate<["-"], "icf">,
+    HelpText<"Set level for identical code folding (default: none)">,
----------------
Is this an ld64 flag? If not: We put non-ld64-compat flags at the top and give them `--` prefixes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103292



More information about the llvm-commits mailing list