2014-04-01 08:27:28 +08:00
|
|
|
// REQUIRES: nozlib
|
|
|
|
|
2017-06-24 00:52:49 +08:00
|
|
|
// 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
|
2017-06-23 23:34:16 +08:00
|
|
|
|
|
|
|
// CHECK-WARN: warning: cannot compress debug sections (zlib not installed)
|
|
|
|
// CHECK-NOWARN-NOT: warning: cannot compress debug sections (zlib not installed)
|