summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/nozlibcompress.c
blob: 9986c85d79aeabc07cba7650f3b64b3f4be06a50 (plain)
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 --allow-empty --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)
OpenPOWER on IntegriCloud