[PATCH] D12132: TransformUtils: Introduce module splitter.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 19:49:15 PDT 2015


pcc added inline comments.

================
Comment at: tools/llvm-split/llvm-split.cpp:50
@@ +49,3 @@
+
+  std::string OutName = OutputFilename;
+  unsigned I = 0;
----------------
joker.eph wrote:
> Why is this needed at all? Can't the lambda reference `OutputFilename` directly?
Just a leftover from the old code; removed.


http://reviews.llvm.org/D12132





More information about the llvm-commits mailing list