[llvm] f7aa472 - Add test to profcheck exclusion list (#161209)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 29 07:42:31 PDT 2025
Author: Mircea Trofin
Date: 2025-09-29T07:42:27-07:00
New Revision: f7aa472800a26e3bed11e49834f446fd43385df7
URL: https://github.com/llvm/llvm-project/commit/f7aa472800a26e3bed11e49834f446fd43385df7
DIFF: https://github.com/llvm/llvm-project/commit/f7aa472800a26e3bed11e49834f446fd43385df7.diff
LOG: Add test to profcheck exclusion list (#161209)
Introduced in PR #160443
Added:
Modified:
llvm/utils/profcheck-xfail.txt
Removed:
################################################################################
diff --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index 4a69667ec08f6..bd6627b5b6158 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -107,6 +107,7 @@ Instrumentation/AddressSanitizer/AMDGPU/global_metadata_addrspacecasts.ll
Instrumentation/AddressSanitizer/AMDGPU/instrument-stack.ll
Instrumentation/AddressSanitizer/AMDGPU/no_redzones_in_lds_globals.ll
Instrumentation/AddressSanitizer/AMDGPU/no_redzones_in_scratch_globals.ll
+Instrumentation/AddressSanitizer/RISCV/asan-rvv-intrinsics.ll
Instrumentation/AddressSanitizer/asan_address_space_attr.ll
Instrumentation/AddressSanitizer/asan-detect-invalid-pointer-pair.ll
Instrumentation/AddressSanitizer/asan-disable-sanitizer-instrumentation.ll
More information about the llvm-commits
mailing list