[PATCH] D53294: [ThinLTO] Add an option to disable (thin)lto internalization.

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 15 11:40:12 PDT 2018


tejohnson added a comment.

The ThinLTO code is shared between the new and old LTO APIs (via thinLTOInternalizeAndPromoteInIndex), but the regular LTO internalization is not. Suggest sharing this option with lib/LTO/LTOCodeGenerator.cpp and guarding the regular LTO internalization there too to cover the old LTO API case.


Repository:
  rL LLVM

https://reviews.llvm.org/D53294





More information about the llvm-commits mailing list