[libcxx-commits] [libcxx] [libcxxabi] [libunwind] [NFC][libc++][libc++abi][libunwind][test] Fix/unify AIX triples used in LIT tests (PR #101196)
Xing Xue via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 30 08:36:34 PDT 2024
================
@@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
-// REQUIRES: target={{powerpc.*-ibm-aix.*}}
+// REQUIRES: target={{.+}}-aix{{.*}}
----------------
xingxue-ibm wrote:
> Why remove the vendor in the vendor specific directory?
IBM is the only vendor shipping the AIX OS so I think the vendor part is unnecessary. This is similar to `{{.+}}-zos{{.*}}`.
https://github.com/llvm/llvm-project/pull/101196
More information about the libcxx-commits
mailing list