[PATCH] D28997: [LTO] Teach lib/LTO about the new pass manager

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 22 17:19:41 PST 2017


mehdi_amini added inline comments.


================
Comment at: lib/LTO/LTOBackend.cpp:248
+  if (Conf.OptUseNewPM || !Conf.OptPipeline.empty()) {
     // FIXME: Plumb the combined index into the new pass manager.
+    if (Conf.OptPipeline.empty())
----------------
In the meantime, we shouldn't accept the combination ThinLTO+Conf.OptUseNewPM.


Repository:
  rL LLVM

https://reviews.llvm.org/D28997





More information about the llvm-commits mailing list