[clang] d4a5673 - [AIX][clang][tests] XFail PCH/late-parsed-instantiations.cpp
Serge Pavlov via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 6 00:08:32 PDT 2023
Author: Serge Pavlov
Date: 2023-07-06T14:06:30+07:00
New Revision: d4a5673addd69aa2a299d9de4db89999d17373be
URL: https://github.com/llvm/llvm-project/commit/d4a5673addd69aa2a299d9de4db89999d17373be
DIFF: https://github.com/llvm/llvm-project/commit/d4a5673addd69aa2a299d9de4db89999d17373be.diff
LOG: [AIX][clang][tests] XFail PCH/late-parsed-instantiations.cpp
The issue: https://github.com/llvm/llvm-project/issues/63704
Added:
Modified:
clang/test/PCH/late-parsed-instantiations.cpp
Removed:
################################################################################
diff --git a/clang/test/PCH/late-parsed-instantiations.cpp b/clang/test/PCH/late-parsed-instantiations.cpp
index 7a787810a87f90..e70147dcee6166 100644
--- a/clang/test/PCH/late-parsed-instantiations.cpp
+++ b/clang/test/PCH/late-parsed-instantiations.cpp
@@ -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
More information about the cfe-commits
mailing list