1 // RUN: %clang -### -c -integrated-as %s 2>&1 | FileCheck %s 2 3 // REQUIRES: clang-driver 4 5 // CHECK: cc1as 6 // CHECK-NOT: -relax-all 7 8 // RUN: not %clang -c -integrated-as -Wa,--compress-debug-sections %s 2>&1 | FileCheck --check-prefix=INVALID %s 9 // INVALID: error: unsupported argument '--compress-debug-sections' to option 'Wa,' 10