[PATCH] D61738: Provide basic LTO extension points

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 23 17:38:58 PDT 2019


mehdi_amini accepted this revision.
mehdi_amini added a comment.
This revision is now accepted and ready to land.

Sorry I missed the previous updates.



================
Comment at: llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h:122
+    /// run at Link Time, after all Link Time Optimization.
+    EP_LinkTimeOptimizationLast,
   };
----------------
I think FullLTO should appear in the name to make it clear that it does not apply to thin


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61738/new/

https://reviews.llvm.org/D61738





More information about the llvm-commits mailing list