1 | // REQUIRES: nozlib |
---|---|
2 | |
3 | // RUN: %clang -### -fintegrated-as -gz -c %s 2>&1 | FileCheck %s -check-prefix CHECK-WARN |
4 | // RUN: %clang -### -fintegrated-as -gz=none -c %s 2>&1 | FileCheck -allow-empty -check-prefix CHECK-NOWARN %s |
5 | |
6 | // CHECK-WARN: warning: cannot compress debug sections (zlib not installed) |
7 | // CHECK-NOWARN-NOT: warning: cannot compress debug sections (zlib not installed) |
8 |