[PATCH] D12132: TransformUtils: Introduce module splitter.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 12:14:29 PDT 2015


pcc updated this revision to Diff 32723.
pcc added a comment.

- Address review comments


http://reviews.llvm.org/D12132

Files:
  include/llvm/Transforms/Utils/Cloning.h
  include/llvm/Transforms/Utils/SplitModule.h
  lib/Transforms/Utils/CMakeLists.txt
  lib/Transforms/Utils/CloneModule.cpp
  lib/Transforms/Utils/LLVMBuild.txt
  lib/Transforms/Utils/SplitModule.cpp
  test/CMakeLists.txt
  test/lit.cfg
  test/tools/llvm-split/alias.ll
  test/tools/llvm-split/comdat.ll
  test/tools/llvm-split/function.ll
  test/tools/llvm-split/global.ll
  test/tools/llvm-split/internal.ll
  test/tools/llvm-split/unnamed.ll
  tools/LLVMBuild.txt
  tools/llvm-split/CMakeLists.txt
  tools/llvm-split/LLVMBuild.txt
  tools/llvm-split/llvm-split.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12132.32723.patch
Type: text/x-patch
Size: 18391 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150820/3222e44a/attachment.bin>


More information about the llvm-commits mailing list