llvm-mc: error when -compress-debug-sections is requested and zlib is not linked
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 28 Mar 2014 20:45:24 +0000 (20:45 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 28 Mar 2014 20:45:24 +0000 (20:45 +0000)
commit4a9c2585ab60fe9f0e40df8f2aeaf55d34ce77ee
tree208a5ccb9ac6cbb80c94645904c58e04cd6a2da2
parent0e11c017a9bd47de37eeb6a0bc495c9b0bcc5461
llvm-mc: error when -compress-debug-sections is requested and zlib is not linked

This is a bit of a stab in the dark, since I have zlib on my machine.
Just going to bounce it off the bots & see if it sticks.

Do we have some convention for negative REQUIRES: checks? Or do I just
need to add a feature like I've done here?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205050 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/ELF/nocompression.s [new file with mode: 0644]
test/lit.cfg
tools/llvm-mc/llvm-mc.cpp