From 5e2947d8b14ed5ae4dea2ac2a5efc6920a415818 Mon Sep 17 00:00:00 2001 From: Feng Zou Date: Mon, 10 Nov 2025 14:40:23 +0800 Subject: [PATCH] XFAIL save-stats.ll added in community commit 96a5289 --- llvm/test/tools/llc/save-stats.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/test/tools/llc/save-stats.ll b/llvm/test/tools/llc/save-stats.ll index 94b17e54d9559..df750772e7d67 100644 --- a/llvm/test/tools/llc/save-stats.ll +++ b/llvm/test/tools/llc/save-stats.ll @@ -1,3 +1,5 @@ +; XFAIL: * + ; REQUIRES: asserts ; RUN: llc -mtriple=arm64-apple-macosx --save-stats=obj -o %t.s %s && cat %t.stats | FileCheck %s