[libcxx-commits] [libcxx] [libcxxabi] [libunwind] [NFC][libc++][libc++abi][libunwind][test] Fix/unify AIX triples used in LIT tests (PR #101196)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 31 06:51:05 PDT 2024


================
@@ -6,7 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-// REQUIRES: target={{powerpc.*-ibm-aix.*}}
+// REQUIRES: target={{.+}}-aix{{.*}}
----------------
ldionne wrote:

`libcxx/test/vendor` is a bit mis-named, I guess. It's more like `libcxx/test/vendor-or-extremely-platform-specific-stuff`. I think it makes more sense to keep this here since this test doesn't make sense outside of AIX.

https://github.com/llvm/llvm-project/pull/101196


More information about the libcxx-commits mailing list