[PATCH] D33525: [ThinLTO] Migrate ThinLTOBitcodeWriter to the new PM.

Mehdi AMINI via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 24 17:07:01 PDT 2017


mehdi_amini added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp:423
+
+class AARGetter {
+  FunctionAnalysisManager &AM;
----------------
Can't you do it with a lambda?


https://reviews.llvm.org/D33525





More information about the cfe-commits mailing list