[PATCH] D12260: CodeGen: Introduce LinkedCodeGen and teach LTOCodeGenerator to use it.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 15:50:24 PDT 2015


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

LGTM. One inline comment.


================
Comment at: lib/CodeGen/ParallelCG.cpp:86
@@ +85,3 @@
+        },
+        std::move(BC));
+  });
----------------
No move needed here since it is a const ref right?


http://reviews.llvm.org/D12260





More information about the llvm-commits mailing list