aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/nozlibcompress.c
blob: 4eac066165555d14d7e3175e2b30f66b1b530710 (plain) (blame)
1
2
3
4
5
6
// RUN: %clang -c %s -Wa,--compress-debug-sections 2>&1 | FileCheck %s
// RUN: %clang -c %s -Wa,--compress-debug-sections -Wa,--nocompress-debug-sections 2>&1 | FileCheck --check-prefix=NOWARN %s
// REQUIRES: nozlib

// CHECK: warning: cannot compress debug sections (zlib not installed)
// NOWARN-NOT: warning: cannot compress debug sections (zlib not installed)