summaryrefslogtreecommitdiff
path: root/test/Driver/nozlibcompress.c
blob: 41e1794ad9c3949056ae74434a640a951b149a15 (plain) (blame)
1
2
3
4
5
6
7
// REQUIRES: nozlib

// RUN: %clang -### -fintegrated-as -gz -c %s 2>&1 | FileCheck %s -check-prefix CHECK-WARN
// RUN: %clang -### -fintegrated-as -gz=none -c %s 2>&1 | FileCheck -allow-empty -check-prefix CHECK-NOWARN %s

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