[AIX][clang][tests] XFail PCH/late-parsed-instantiations.cpp
authorSerge Pavlov <sepavloff@gmail.com>
Thu, 6 Jul 2023 05:27:28 +0000 (12:27 +0700)
committerSerge Pavlov <sepavloff@gmail.com>
Thu, 6 Jul 2023 07:06:30 +0000 (14:06 +0700)
The issue: https://github.com/llvm/llvm-project/issues/63704

clang/test/PCH/late-parsed-instantiations.cpp

index 7a78781..e70147d 100644 (file)
@@ -4,6 +4,8 @@
 // RUN: %clang_cc1 -fdelayed-template-parsing -std=c++14 -emit-pch -fpch-instantiate-templates %s -o %t.pch -verify
 // RUN: %clang_cc1 -fdelayed-template-parsing -std=c++14 -include-pch %t.pch %s -verify
 
+// XFAIL: target={{.*}}-aix{{.*}}
+
 #ifndef HEADER_INCLUDED
 
 #define HEADER_INCLUDED