From bd519b9335fe507bc2d2ebbbd3321ba046f038a3 Mon Sep 17 00:00:00 2001 From: Jake Egan Date: Wed, 20 Jul 2022 10:17:35 -0400 Subject: [PATCH] redo UNSUPPORT test on 64-bit AIX too The test failure affects both bitmodes. --- clang/test/Driver/experimental-library-flag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Driver/experimental-library-flag.cpp b/clang/test/Driver/experimental-library-flag.cpp index 2738df8473d89..529888b867c16 100644 --- a/clang/test/Driver/experimental-library-flag.cpp +++ b/clang/test/Driver/experimental-library-flag.cpp @@ -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