This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Separate LLVM_ENABLE_LTO and LLVM_ENABLE_LLD
ClosedPublic

Authored by phosek on Jan 17 2017, 12:08 PM.

Details

Summary

These two are options independent: it's possible to use LLD without LTO, and it's possible to do LTO build without LLD.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Jan 17 2017, 12:08 PM
beanz accepted this revision.Jan 17 2017, 12:59 PM

Many thanks for the quick cleanup! LGTM!

This revision is now accepted and ready to land.Jan 17 2017, 12:59 PM
mehdi_amini edited edge metadata.Jan 17 2017, 1:00 PM

Yes, thanks!

This revision was automatically updated to reflect the committed changes.