allow partially materialized modules to be written out, which just strips out
authorChris Lattner <sabre@nondot.org>
Fri, 11 May 2007 23:51:59 +0000 (23:51 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 11 May 2007 23:51:59 +0000 (23:51 +0000)
commit384003d2c0d222fcfbf0d771cc43786a18119e3a
treebcb1c5f029e650733a989479ea033e2991cb4834
parent1e4c23a2d192479d264e2028843f204de2658cda
allow partially materialized modules to be written out, which just strips out
the functions which haven't been read.

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