llvm-mirror/lib/Bitcode/Writer
Reid Kleckner 5cfbfd6138 [Bitcode] Refactor attribute group writing to avoid getSlotAttributes
Summary:
That API creates a temporary AttributeList to carry an index and a
single AttributeSet. We need to carry the index in addition to the set,
because that is how attribute groups are currently encoded.

NFC

Reviewers: pcc

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D32262

llvm-svn: 301245
2017-04-24 20:38:30 +00:00
..
BitcodeWriter.cpp [Bitcode] Refactor attribute group writing to avoid getSlotAttributes 2017-04-24 20:38:30 +00:00
BitcodeWriterPass.cpp Split Bitcode/ReaderWriter.h into separate reader and writer headers 2016-11-11 05:34:58 +00:00
BitWriter.cpp Split Bitcode/ReaderWriter.h into separate reader and writer headers 2016-11-11 05:34:58 +00:00
CMakeLists.txt
LLVMBuild.txt Bitcode: Add missing build dep to fix shlib build. 2017-04-17 18:53:27 +00:00
ValueEnumerator.cpp [Bitcode] Refactor attribute group writing to avoid getSlotAttributes 2017-04-24 20:38:30 +00:00
ValueEnumerator.h [Bitcode] Refactor attribute group writing to avoid getSlotAttributes 2017-04-24 20:38:30 +00:00