Have the bitcode writer and reader handle the new attribute references.
authorBill Wendling <isanbard@gmail.com>
Tue, 12 Feb 2013 08:13:50 +0000 (08:13 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 12 Feb 2013 08:13:50 +0000 (08:13 +0000)
commit0dc08915d2178be6d265ebc98d01edf8c46e9ab8
tree7459a9223a0f16b63bf887031cd63acb3a7b5f2f
parenta096b14d1d973f2bc40b2108cfbeedeacdcc42d1
Have the bitcode writer and reader handle the new attribute references.

The bitcode writer emits a reference to the attribute group that the object at
the given index refers to. The bitcode reader is modified to read this in and
map it back to the attribute group.

llvm-svn: 174952
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp