[PATCH] D94547: [lld-macho] Run ObjCContractPass during LTO

Nathan Lanza via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 18:41:02 PST 2021


lanza added a comment.

215d59e7b0b14



================
Comment at: llvm/lib/LTO/LTOBackend.cpp:432
   }
 
   auto Stream = AddStream(Task);
----------------
Sorry, to be clearer I think around here is the analogous point for the LTO.cpp pipeline. It directly precedes `addPassesToEmitFile` in the legacy impl.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94547



More information about the llvm-commits mailing list