aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Bitcode/BitstreamWriterTest.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-03-27BitcodeWriter: Simplify and test writing blobs, NFCDuncan P. N. Exon Smith1-0/+59
Split helper out of EmitRecordWithAbbrevImpl called emitBlob to reduce code duplication, and add a few tests for it. No functionality change intended. llvm-svn: 264550