[PATCH] D26778: Add llvm-modextract tool.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 17:11:13 PST 2016


pcc created this revision.
pcc added a reviewer: mehdi_amini.
pcc added a subscriber: llvm-commits.
Herald added subscribers: modocache, mgorny.

This program is for testing features that rely on multi-module bitcode files.
It takes a multi-module bitcode file, extracts one of the modules and writes
it to the output file.


https://reviews.llvm.org/D26778

Files:
  llvm/test/CMakeLists.txt
  llvm/test/lit.cfg
  llvm/test/tools/llvm-modextract/single.ll
  llvm/tools/LLVMBuild.txt
  llvm/tools/llvm-modextract/CMakeLists.txt
  llvm/tools/llvm-modextract/LLVMBuild.txt
  llvm/tools/llvm-modextract/llvm-modextract.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26778.78292.patch
Type: text/x-patch
Size: 5474 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161117/24a8000d/attachment.bin>


More information about the llvm-commits mailing list