[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
Thu May 28 09:53:44 PDT 2020


tejohnson added a comment.

In D80406#2057639 <https://reviews.llvm.org/D80406#2057639>, @tejohnson wrote:

> Can you beef up the testing? I.e. ensure that the save temps output files for just the specified module get created. Also please add a test to make sure this interacts well with distributed thinlto build options, i.e. -thinlto-index-only (e.g. that it creates the expected output files just for the specified module).


Not sure if you saw this comment from my earlier reply - please add additional testing as suggested above.


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