OSDN Git Service

Initial support for writing bitcode files. This currently only writes types,
authorChris Lattner <sabre@nondot.org>
Sun, 22 Apr 2007 06:24:45 +0000 (06:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Apr 2007 06:24:45 +0000 (06:24 +0000)
commitfd57cecd2cb3ac726942e0101de6a82dc5a958a6
treec417aebed2cbb209f5bfd37cfa5e3755b6591df0
parentcaee0dccffb77a003681345ab3281bcf8684526c
Initial support for writing bitcode files.  This currently only writes types,
the type symtab, and global/function protos, and is missing the important
size optimization, but it is a place to start.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36331 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Writer/BitcodeWriter.cpp [new file with mode: 0644]
lib/Bitcode/Writer/Makefile [new file with mode: 0644]
lib/Bitcode/Writer/ValueEnumerator.cpp [new file with mode: 0644]
lib/Bitcode/Writer/ValueEnumerator.h [new file with mode: 0644]