[clang] [clang] XFAIL the `Xclangas.s` test on AIX. (PR #136744)
Alex Rønne Petersen via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 22 11:59:57 PDT 2025
https://github.com/alexrp created https://github.com/llvm/llvm-project/pull/136744
Clang on AIX does not use the integrated assembler.
https://github.com/llvm/llvm-project/pull/100714#issuecomment-2822056054
>From 0a05cf172e2ccd316b58811fab82e9579045fc03 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= <alex at alexrp.com>
Date: Tue, 22 Apr 2025 20:58:23 +0200
Subject: [PATCH] [clang] XFAIL the Xclangas.s test on AIX.
Clang on AIX does not use the integrated assembler.
https://lab.llvm.org/buildbot/#/builders/64/builds/3074
---
clang/test/Driver/Xclangas.s | 1 +
1 file changed, 1 insertion(+)
diff --git a/clang/test/Driver/Xclangas.s b/clang/test/Driver/Xclangas.s
index 0d3911170eee1..fb6ae2ecbb189 100644
--- a/clang/test/Driver/Xclangas.s
+++ b/clang/test/Driver/Xclangas.s
@@ -2,3 +2,4 @@
// RUN: %clang -### -Werror -Xclangas -target-feature -Xclangas=+v5t %s 2>&1 | FileCheck %s
// CHECK: -cc1as
// CHECK-SAME: "-target-feature" "+v5t"
+// XFAIL: target={{.*}}-aix{{.*}}
More information about the cfe-commits
mailing list