Skip to content

Commit 0de2f64

Browse files
authored
[clang] XFAIL the Xclangas.s test on AIX. (#136744)
Clang on AIX does not use the integrated assembler. #100714 (comment)
1 parent 3cd6b86 commit 0de2f64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/Driver/Xclangas.s

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
// RUN: %clang -### -Werror -Xclangas -target-feature -Xclangas=+v5t %s 2>&1 | FileCheck %s
33
// CHECK: -cc1as
44
// CHECK-SAME: "-target-feature" "+v5t"
5+
// XFAIL: target={{.*}}-aix{{.*}}

0 commit comments

Comments
 (0)