Changeset View
Changeset View
Standalone View
Standalone View
clang/test/Misc/cc1as-compress.s
// REQUIRES: zlib | // REQUIRES: zlib | ||||
// REQUIRES: x86-registered-target | // REQUIRES: x86-registered-target | ||||
// RUN: %clang -cc1as -triple i686 --compress-debug-sections -filetype asm %s -o /dev/null 2>&1 | FileCheck -allow-empty %s | // RUN: %clang_bin -cc1as -triple i686 --compress-debug-sections -filetype asm %s -o /dev/null 2>&1 | FileCheck -allow-empty %s | ||||
// RUN: %clang -cc1as -triple i686 -compress-debug-sections -filetype asm %s -o /dev/null 2>&1 | FileCheck -allow-empty %s | // RUN: %clang_bin -cc1as -triple i686 -compress-debug-sections -filetype asm %s -o /dev/null 2>&1 | FileCheck -allow-empty %s | ||||
// CHECK-NOT: error: unknown argument: | // CHECK-NOT: error: unknown argument: | ||||