[PATCH] D26649: [CMake] Support lld with LTO bootstrap

Mehdi AMINI via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 14 18:10:36 PST 2016


mehdi_amini added a comment.

In https://reviews.llvm.org/D26649#595334, @Eugene.Zelenko wrote:

> I meant that multi-stage build is processed by higher level script. So it should take care about consistency of source code srt versus later stages build options.


We have a 2-stage build directly with a single CMake invocation, this is what this code path is about.
Are you referring to this situation or are you referring to 2-stage builds that are not "visible" from CMake itself and requires to first build stage-1 before configuring stage-2 with a second cmake invocation? (If I understand correctly I suspect you meant the latter)


Repository:
  rL LLVM

https://reviews.llvm.org/D26649





More information about the cfe-commits mailing list