[PATCH] D26179: Bitcode: Introduce BitcodeWriter interface.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 20:14:14 PDT 2016


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

This interface allows clients to write multiple modules to a single
bitcode file. Also introduce the llvm-join utility which can be used
to create a bitcode file containing multiple modules.


https://reviews.llvm.org/D26179

Files:
  llvm/include/llvm/Bitcode/BitstreamWriter.h
  llvm/include/llvm/Bitcode/ReaderWriter.h
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/test/Bitcode/Inputs/multi-module.ll
  llvm/test/Bitcode/multi-module.ll
  llvm/test/CMakeLists.txt
  llvm/tools/LLVMBuild.txt
  llvm/tools/llvm-join/CMakeLists.txt
  llvm/tools/llvm-join/LLVMBuild.txt
  llvm/tools/llvm-join/llvm-join.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26179.76518.patch
Type: text/x-patch
Size: 20739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161101/69ca3ab3/attachment.bin>


More information about the llvm-commits mailing list