redo UNSUPPORT test on 64-bit AIX too

The test failure affects both bitmodes.
This commit is contained in:
Jake Egan 2022-07-20 10:17:35 -04:00
parent be25f52fec
commit bd519b9335
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
// XFAIL: windows, x86_64-scei-ps4, x86_64-sie-ps5
// For some reason, this fails with a core dump on AIX. This needs to be investigated.
// UNSUPPORTED: powerpc{{.*}}-ibm-aix
// UNSUPPORTED: aix
// RUN: %clangxx -fexperimental-library -stdlib=libc++ -### %s 2>&1 | FileCheck --check-prefixes=CHECK,CHECK-LIBCXX %s
// RUN: %clangxx -fexperimental-library -stdlib=libstdc++ -### %s 2>&1 | FileCheck --check-prefixes=CHECK,CHECK-LIBSTDCXX %s