6 lines · plain
1/// Check that -Xclangas/-Xclangas= are passed to -cc1as.2// RUN: %clang -### -Werror -Xclangas -target-feature -Xclangas=+v5t %s 2>&1 | FileCheck %s3// CHECK: -cc1as4// CHECK-SAME: "-target-feature" "+v5t"5// XFAIL: target={{.*}}-aix{{.*}}6