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

This patch fixes/unifies AIX target triples used in libc++, libc++abi,
and libunwind LIT tests.
This commit is contained in:
Xing Xue
2024-08-01 07:25:01 -04:00
committed by GitHub
parent cab91ecffd
commit 2d3655037c
8 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
// a correct traceback when the function raising the signal does not save
// the link register or does not store the stack back chain.
// REQUIRES: target=powerpc{{(64)?}}-ibm-aix{{.*}}
// REQUIRES: target={{.+}}-aix{{.*}}
// Test when the function raising the signal does not save the link register
// RUN: %{cxx} -x c++ %s -o %t.exe -DCXX_CODE %{flags} %{compile_flags}