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 | |
9 |