Warn when requesting compress-debug-sections and zlib is not available
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 31 Mar 2014 23:29:38 +0000 (23:29 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 31 Mar 2014 23:29:38 +0000 (23:29 +0000)
commit24bbfed22185c92ca00c9f39a8bdb5214d90589c
tree0aeb93aae86fa72b5aa5c2f1ae647be046791aa0
parent86b3064f2bfb111121f740c71e2c569f0683ca96
Warn when requesting compress-debug-sections and zlib is not available

Another shot in the dark, since I do have zlib installed. Will be
watching the bots for fallout.

llvm-svn: 205265
clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/lib/Driver/Tools.cpp
clang/test/Driver/compress.c [new file with mode: 0644]