[clang] bd519b9 - redo UNSUPPORT test on 64-bit AIX too

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


Author: Jake Egan
Date: 2022-07-20T10:18:28-04:00
New Revision: bd519b9335fe507bc2d2ebbbd3321ba046f038a3

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

LOG: redo 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 2738df8473d8..529888b867c1 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


        


More information about the cfe-commits mailing list