[PATCH] D23721: [gold/ThinLTO] Restore ThinLTO file management in gold plugin

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 11:59:39 PDT 2016


pcc added a comment.

This change doesn't seem right to me. If the link command has ThinLTO inputs but does not pass in the thinlto plugin option, we will release files early.

Regrettably I think we may need to move some of the memory management into the lib/LTO interface.


Repository:
  rL LLVM

https://reviews.llvm.org/D23721





More information about the llvm-commits mailing list