[PATCH] D145767: [Verifier][NFC] Refactor check for associated metadata to allow multiple operands on AIX

Ting Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 14 23:12:24 PDT 2023


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



More information about the cfe-commits mailing list