[PATCH] D114371: [Flang] Replace notifyMatchFailure with TODO hard failures
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 22 10:34:15 PST 2021
mehdi_amini added inline comments.
================
Comment at: flang/test/Fir/Todo/end.fir:1
+// RUN: fir-opt --fir-to-llvm-ir="target=x86_64-unknown-linux-gnu" %s
+// XFAIL:*
----------------
Can you add `2>&1 | FileCheck %s` and check that you actually capture the expected reason to fail?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114371/new/
https://reviews.llvm.org/D114371
More information about the llvm-commits
mailing list