[PATCH] D90663: [lld-macho] Add very basic support for LTO

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 16:19:28 PST 2020


MaskRay added inline comments.


================
Comment at: lld/MachO/LTO.cpp:73
+    for (unsigned i = 1; i != maxTasks; ++i)
+      saveBuffer(buf[i], config->outputFile + Twine(i) + ".lto.o");
+  }
----------------
This needs a test file with more than one input file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90663



More information about the llvm-commits mailing list