Add code for emitting the attribute groups.
authorBill Wendling <isanbard@gmail.com>
Sun, 10 Feb 2013 23:09:32 +0000 (23:09 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 10 Feb 2013 23:09:32 +0000 (23:09 +0000)
commitdc095559fa0031d07a85a4e78d7918f5a3d37ab3
tree83117a3d2406f7f0f8653df22c89ea23bb9f2b5f
parent51f612eb69dddafe481e6237980b9159add598b5
Add code for emitting the attribute groups.

This is some initial code for emitting the attribute groups into the bitcode.

NOTE: This format *may* change! Do not rely upon the attribute groups' bitcode
not changing.

llvm-svn: 174845
llvm/include/llvm/Bitcode/LLVMBitCodes.h
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp