diff --git a/compiler-rt/test/asan/TestCases/zero_page_pc.cpp b/compiler-rt/test/asan/TestCases/zero_page_pc.cpp index c893441cf231d..66396a817be14 100644 --- a/compiler-rt/test/asan/TestCases/zero_page_pc.cpp +++ b/compiler-rt/test/asan/TestCases/zero_page_pc.cpp @@ -2,7 +2,8 @@ // RUN: %clangxx_asan %s -o %t && not %run %t 2>&1 | FileCheck %s // Handled as a codesigning violation and exits with SIGKILL not SEGV -// UNSUPPORTED: arm64e && ios +// UNSUPPORTED: ios + #if defined(_MSC_VER) && !defined(__CLANG__) # define __has_feature(x) 0