Skip to content

Commit c685355

Browse files
Unsupported zero_page_pc on iOS. (#137893)
1 parent 7ecd81e commit c685355

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler-rt/test/asan/TestCases/zero_page_pc.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// RUN: %clangxx_asan %s -o %t && not %run %t 2>&1 | FileCheck %s
33

44
// Handled as a codesigning violation and exits with SIGKILL not SEGV
5-
// UNSUPPORTED: arm64e && ios
5+
// UNSUPPORTED: ios
6+
67

78
#if defined(_MSC_VER) && !defined(__CLANG__)
89
# define __has_feature(x) 0

0 commit comments

Comments
 (0)