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)
commit0f715c26bd65516f616df94124679bad03084652
treea0ad9e1e09666b0ca1d7e6563ae631873c17613e
parent8c2e77f895301967bf37d04e905fb1f069ec91b2
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.

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