[libcxx] [libcxxabi] [libunwind] [NFC][libc++][libc++abi][libunwind][test] Fix/unify AIX triples used in LIT tests (PR #101196)
Xing Xue via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 30 09:40:48 PDT 2024
================
@@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
-// REQUIRES: target={{powerpc.*-ibm-aix.*}}
+// REQUIRES: target={{.+}}-aix{{.*}}
----------------
xingxue-ibm wrote:
I see what you mean, thanks! I can do it if we think it is better to move them out of the `vendor/ibm` directory.
https://github.com/llvm/llvm-project/pull/101196
More information about the cfe-commits
mailing list