[PATCH] D12132: TransformUtils: Introduce module splitter.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 16:24:40 PDT 2015


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

LGTM!


================
Comment at: tools/llvm-split/llvm-split.cpp:50
@@ +49,3 @@
+
+  std::string OutName = OutputFilename;
+  unsigned I = 0;
----------------
Why is this needed at all? Can't the lambda reference `OutputFilename` directly?


http://reviews.llvm.org/D12132





More information about the llvm-commits mailing list