[PATCH] D135528: [lld-macho] Implement -ignore_auto_link

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 8 21:23:56 PDT 2022


int3 accepted this revision.
int3 added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: lld/MachO/Config.h:171
   bool errorForArchMismatch = false;
+  bool ignoreAutolinking = false;
   PlatformInfo platformInfo;
----------------
nit: would prefer to have this mirror the option name exactly, i.e. `ignoreAutoLink`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135528



More information about the llvm-commits mailing list