[PATCH] D105223: [lld-macho] Add support for LTO optimization level

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 30 12:38:48 PDT 2021


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

Nice!



================
Comment at: lld/MachO/Config.h:129
   llvm::StringRef thinLTOJobs;
+  uint32_t ltoo = 2;
   bool deadStripDylibs = false;
----------------
Is this the same default ld64 seems to use?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105223



More information about the llvm-commits mailing list