[PATCH] D41274: [LTO] NFC: remove unique_ptr from some LTO::RegularLTOState members

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 15 11:21:24 PST 2017


vitalybuka added a comment.

In https://reviews.llvm.org/D41274#956435, @mehdi_amini wrote:

> This patch doesn't seem motivated, the only effect I can see is that a ThinLTO link that don't include any LTO module would create a module while it was lazily created only if needed before.


Yes, this was motivated only by comment on https://reviews.llvm.org/D41267.


https://reviews.llvm.org/D41274





More information about the llvm-commits mailing list