redo UNSUPPORT test on 64-bit AIX too
authorJake Egan <jakeegan10@gmail.com>
Wed, 20 Jul 2022 14:17:35 +0000 (10:17 -0400)
committerJake Egan <jakeegan10@gmail.com>
Wed, 20 Jul 2022 14:18:28 +0000 (10:18 -0400)
The test failure affects both bitmodes.

clang/test/Driver/experimental-library-flag.cpp

index 2738df8..529888b 100644 (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