[llvm] 6bb4790 - [profcheck] Exclude Coro-related tests in introduced in PR #154894 (#155249)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 25 07:33:23 PDT 2025
Author: Mircea Trofin
Date: 2025-08-25T07:33:20-07:00
New Revision: 6bb47905b97cfa23598a62a91e8a49b65d7e9e0a
URL: https://github.com/llvm/llvm-project/commit/6bb47905b97cfa23598a62a91e8a49b65d7e9e0a
DIFF: https://github.com/llvm/llvm-project/commit/6bb47905b97cfa23598a62a91e8a49b65d7e9e0a.diff
LOG: [profcheck] Exclude Coro-related tests in introduced in PR #154894 (#155249)
We haven't yet addressed Coro (or Instrumentation) tests.
Issue #147390
Added:
Modified:
llvm/utils/profcheck-xfail.txt
Removed:
################################################################################
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