Skip to content

Commit

Permalink
redo UNSUPPORT test on 64-bit AIX too
Browse files Browse the repository at this point in the history
The test failure affects both bitmodes.
  • Loading branch information
jakeegan committed Jul 20, 2022
1 parent be25f52 commit bd519b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Driver/experimental-library-flag.cpp
Expand Up @@ -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
Expand Down

0 comments on commit bd519b9

Please sign in to comment.