David Blaikie | 65cbbd4 | 2014-04-01 00:27:28 +0000 | [diff] [blame] | 1 | // 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 Blaikie | 24bbfed2 | 2014-03-31 23:29:38 +0000 | [diff] [blame] | 4 | |
David Blaikie | 65cbbd4 | 2014-04-01 00:27:28 +0000 | [diff] [blame] | 5 | // 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" |