mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-28 07:49:01 -04:00
8 lines
381 B
C
8 lines
381 B
C
// REQUIRES: !zlib
|
|
|
|
// 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)
|