]> granicus.if.org Git - clang/commit
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)
commite3989ea116ea77ecbfc1699dd862692f817ddae9
tree2f4876426c04f28f2cfd739149f5cd0b93207e8a
parentaf63dddc586e02fd3cd36d5635db43f1682814a2
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205265 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticDriverKinds.td
lib/Driver/Tools.cpp
test/Driver/compress.c [new file with mode: 0644]