mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 08:00:22 -04:00
7 lines
364 B
C
7 lines
364 B
C
// 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 --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)
|