[libcxx-commits] [libcxx] [libcxxabi] [libunwind] [NFC][libc++][libc++abi][libunwind][test] Fix/unify AIX triples used in LIT tests (PR #101196)
Saleem Abdulrasool via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 30 09:02:11 PDT 2024
================
@@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
-// REQUIRES: target={{powerpc.*-ibm-aix.*}}
+// REQUIRES: target={{.+}}-aix{{.*}}
----------------
compnerd wrote:
But then we should be able to hoist these tests out of the vendor/ibm directory and into the general test set? Perhaps @ldionne has opinions on this.
https://github.com/llvm/llvm-project/pull/101196
More information about the libcxx-commits
mailing list