[PATCH] D80406: [LLD][ThinLTO] A switch to allow compilation of only one module.
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 27 12:29:44 PDT 2020
hoyFB 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;
----------------
tejohnson wrote:
> 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.
Done.
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