2014-04-01 08:27:28 +08:00
|
|
|
// RUN: %clang -c %s -Wa,--compress-debug-sections 2>&1 | FileCheck %s
|
2016-02-08 05:32:17 +08:00
|
|
|
// RUN: %clang -c %s -Wa,--compress-debug-sections -Wa,--nocompress-debug-sections 2>&1 | FileCheck --allow-empty --check-prefix=NOWARN %s
|
2014-04-01 08:27:28 +08:00
|
|
|
// REQUIRES: nozlib
|
|
|
|
|
|
|
|
// CHECK: warning: cannot compress debug sections (zlib not installed)
|
|
|
|
// NOWARN-NOT: warning: cannot compress debug sections (zlib not installed)
|