blob: 6cdc6b72243ec2bc894ecdb272f7ef161ecea836 [file] [log] [blame]
David Blaikie65cbbd42014-04-01 00:27:28 +00001// RUN: %clang -### -c -integrated-as -Wa,-compress-debug-sections %s 2>&1 | FileCheck --check-prefix=COMPRESS_DEBUG %s
2// RUN: %clang -### -c -integrated-as -Wa,--compress-debug-sections %s 2>&1 | FileCheck --check-prefix=COMPRESS_DEBUG %s
3// REQUIRES: zlib
David Blaikie24bbfed22014-03-31 23:29:38 +00004
David Blaikie65cbbd42014-04-01 00:27:28 +00005// COMPRESS_DEBUG: "-compress-debug-sections"
6
7// RUN: %clang -### -c -integrated-as -Wa,--compress-debug-sections -Wa,--nocompress-debug-sections %s 2>&1 | FileCheck --check-prefix=NOCOMPRESS_DEBUG %s
8// NOCOMPRESS_DEBUG-NOT: "-compress-debug-sections"