Simplify compression API by compressing into a SmallVector rather than a MemoryBuffer
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 5 Apr 2014 21:53:04 +0000 (21:53 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 5 Apr 2014 21:53:04 +0000 (21:53 +0000)
commitb4074c010bc3d6c9a7323fabf68578b7b900a8a5
treee64638f74295a4c9bf2dd066889c3e5bf1af04c8
parentb206103abcf358453ac4ed8d4373f44f4c88e5c0
Simplify compression API by compressing into a SmallVector rather than a MemoryBuffer

This is the other half of r205676.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205677 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compression.h
lib/MC/MCAssembler.cpp
lib/Support/Compression.cpp
unittests/Support/CompressionTest.cpp