[PATCH] D18235: [LTO] Call the optimizer before invoking codegen

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 15:59:54 PDT 2016


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

LGTM with a nit.


================
Comment at: ELF/SymbolTable.cpp:156
@@ +155,3 @@
+  PMB.populateLTOPassManager(LtoPasses);
+  LtoPasses.run(*&M);
+
----------------
Why do you need *&?


http://reviews.llvm.org/D18235





More information about the llvm-commits mailing list