[compiler-rt] [TEST][Darwin] Change x86_64h UNSUPPORTED lit feature used in san cov test (PR #93706)

via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 09:58:22 PDT 2024


https://github.com/thetruestblue created https://github.com/llvm/llvm-project/pull/93706

Fix x86_64 lit feature. x86-target-arch not set for x86_64h

x86-target-arch not set for x86_64. 

>From 6e0505330a9b72d338dc99cc05f19a30dcc7d40a Mon Sep 17 00:00:00 2001
From: Blue Gaston <bgaston2 at apple.com>
Date: Wed, 29 May 2024 09:24:21 -0700
Subject: [PATCH] Fix x86_64 lit feature. x86-target-arch not set for x86_64h.
 This fixes to an available lit feature. Apologies.

---
 .../TestCases/sanitizer_coverage_trace_pc_guard.cpp             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
index ee47a1228fcc5..eea92d0ba9e83 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
@@ -3,7 +3,7 @@
 // REQUIRES: has_sancovcc
 // UNSUPPORTED: ubsan,i386-darwin,target={{(powerpc64|s390x|thumb).*}}
 // This test is failing for lsan on darwin on x86_64h.
-// UNSUPPORTED: darwin && x86-target-arch && lsan
+// UNSUPPORTED: x86_64h-darwin && lsan
 // XFAIL: tsan
 // XFAIL: android && asan
 



More information about the llvm-commits mailing list