[clang] 7373497 - UNSUPPORT test on 64-bit AIX too

Jake Egan via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 20 07:05:15 PDT 2022


Author: Jake Egan
Date: 2022-07-20T10:05:03-04:00
New Revision: 7373497a4b282e30b07d72fa601265a631f4c5c5

URL: https://github.com/llvm/llvm-project/commit/7373497a4b282e30b07d72fa601265a631f4c5c5
DIFF: https://github.com/llvm/llvm-project/commit/7373497a4b282e30b07d72fa601265a631f4c5c5.diff

LOG: UNSUPPORT test on 64-bit AIX too

The test failure affects both bitmodes.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/experimental-library-flag.cpp b/clang/test/Driver/experimental-library-flag.cpp
index db661c026d06..2738df8473d8 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: powerpc{{.*}}-ibm-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


        


More information about the cfe-commits mailing list