[PATCH] D80406: [LLD][ThinLTO] A switch to allow compilation of only one module.

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 11:56:39 PDT 2020


tejohnson added inline comments.


================
Comment at: llvm/include/llvm/LTO/LTO.h:343
+    // The bitcode modules to compile, if specified by
+    // --thinlto-single-module=.
+    Optional<ModuleMapType> ModulesToCompile;
----------------
This is the lld option, I wouldn't mention it here as the option name will be different for e.g. gold plugin if this is ported there. Just say if specified by the LTO Config.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80406





More information about the llvm-commits mailing list