llvm-project/llvm/lib/Bitcode
Peter Collingbourne 5a0a2e648c Bitcode: Introduce BitcodeWriter interface.
This interface allows clients to write multiple modules to a single
bitcode file. Also introduce the llvm-cat utility which can be used
to create a bitcode file containing multiple modules.

Differential Revision: https://reviews.llvm.org/D26179

llvm-svn: 288195
2016-11-29 20:43:47 +00:00
..
Reader Bitcode: Change expected layout of module blocks. 2016-11-29 02:27:04 +00:00
Writer Bitcode: Introduce BitcodeWriter interface. 2016-11-29 20:43:47 +00:00
CMakeLists.txt
LLVMBuild.txt