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


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to