tingwang added inline comments.
================ Comment at: clang/test/CodeGen/PowerPC/aix-init-ref-null.cpp:2 +// RUN: %clang_cc1 -triple powerpc64-ibm-aix-xcoff -emit-llvm -O3 -x c++ < %s | FileCheck %s +// XFAIL: * +// This function should fail until .ref is support on AIX. ---------------- arsenm wrote: > A test run with not and a specific error message check is more reliable Thank you Matt! Currently there is no error message for this case, so I moved the XFAIL to CHECK lines. Hope that is fine. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D145767/new/ https://reviews.llvm.org/D145767 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits