[llvm] [profcheck] Exclude Coro-related tests in introduced in PR #154894 (PR #155249)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 25 07:32:36 PDT 2025


https://github.com/mtrofin created https://github.com/llvm/llvm-project/pull/155249

We haven't yet addressed Coro (or Instrumentation) tests.

Issue #147390

>From aada8ac937e794ea0d17fe6745b746217d2499bb Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Mon, 25 Aug 2025 14:20:04 +0000
Subject: [PATCH] [profcheck] Exclude Coro-related tests in introduced in PR
 #154894

We haven't yet addressed Coro (or Instrumentation) tests.

Issue #147390
---
 llvm/utils/profcheck-xfail.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index 2f12386003b33..7af868ff950a4 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -121,6 +121,7 @@ Instrumentation/AddressSanitizer/byref-args.ll
 Instrumentation/AddressSanitizer/byval-args.ll
 Instrumentation/AddressSanitizer/calls-only.ll
 Instrumentation/AddressSanitizer/calls-only-smallfn.ll
+Instrumentation/AddressSanitizer/coro-byval-param.ll
 Instrumentation/AddressSanitizer/debug-info-alloca.ll
 Instrumentation/AddressSanitizer/debug-info-global-var.ll
 Instrumentation/AddressSanitizer/debug_info.ll
@@ -255,6 +256,7 @@ Instrumentation/HWAddressSanitizer/alloca-with-calls.ll
 Instrumentation/HWAddressSanitizer/atomic.ll
 Instrumentation/HWAddressSanitizer/basic-compat.ll
 Instrumentation/HWAddressSanitizer/basic.ll
+Instrumentation/HWAddressSanitizer/coro-byval-param.ll
 Instrumentation/HWAddressSanitizer/dbg-assign-tag-offset.ll
 Instrumentation/HWAddressSanitizer/dbg-declare-tag-offset.ll
 Instrumentation/HWAddressSanitizer/dbg-value-tag-offset.ll



More information about the llvm-commits mailing list