Skip to content

Commit dcbd1fb

Browse files
[TEST][Darwin] Change x86_64h UNSUPPORTED lit feature used in san cov test (#93706)
Fix x86_64 lit feature. x86-target-arch not set for x86_64h x86-target-arch not set for x86_64.
1 parent d2f7a38 commit dcbd1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// REQUIRES: has_sancovcc
44
// UNSUPPORTED: ubsan,i386-darwin,target={{(powerpc64|s390x|thumb).*}}
55
// This test is failing for lsan on darwin on x86_64h.
6-
// UNSUPPORTED: darwin && x86-target-arch && lsan
6+
// UNSUPPORTED: x86_64h-darwin && lsan
77
// XFAIL: tsan
88
// XFAIL: android && asan
99

0 commit comments

Comments
 (0)