Add support for writing LLVM IR to a specified BitstreamWriter.
authorChris Lattner <sabre@nondot.org>
Fri, 19 Dec 2008 18:37:59 +0000 (18:37 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 19 Dec 2008 18:37:59 +0000 (18:37 +0000)
commit38e77214558f3a5f917896df575de1c01ee60f47
tree0d8470304fd57475a18758d369abd3f96f83b422
parent018a34c5763dadc990af74cd15d97c7fdb560f3c
Add support for writing LLVM IR to a specified BitstreamWriter.
Patch by Lukasz Janyst!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61251 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/BitstreamWriter.h
include/llvm/Bitcode/ReaderWriter.h
lib/Bitcode/Writer/BitcodeWriter.cpp