Saleem Abdulrasool | d064e91 | 2017-06-23 15:34:16 +0000 | [diff] [blame] | 1 | // REQUIRES: zlib |
2 | // REQUIRES: x86-registered-target | ||||
3 | |||||
4 | // RUN: %clang -cc1as -triple i686 --compress-debug-sections -filetype asm %s -o /dev/null 2>&1 | FileCheck -allow-empty %s | ||||
5 | // RUN: %clang -cc1as -triple i686 -compress-debug-sections -filetype asm %s -o /dev/null 2>&1 | FileCheck -allow-empty %s | ||||
6 | |||||
7 | // CHECK-NOT: error: unknown argument: | ||||
8 |