brintos

brintos / llvm-project-archived public Read only

0
0
Text · 241 B · fb6ae2e Raw
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