xref: /minix3/external/bsd/llvm/dist/clang/test/Driver/nozlibcompress.c (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1 // RUN: %clang -c %s -Wa,--compress-debug-sections 2>&1 | FileCheck %s
2 // RUN: %clang -c %s -Wa,--compress-debug-sections -Wa,--nocompress-debug-sections 2>&1 | FileCheck --check-prefix=NOWARN %s
3 // REQUIRES: nozlib
4 
5 // CHECK: warning: cannot compress debug sections (zlib not installed)
6 // NOWARN-NOT: warning: cannot compress debug sections (zlib not installed)
7