We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecd81e commit c685355Copy full SHA for c685355
compiler-rt/test/asan/TestCases/zero_page_pc.cpp
@@ -2,7 +2,8 @@
2
// RUN: %clangxx_asan %s -o %t && not %run %t 2>&1 | FileCheck %s
3
4
// Handled as a codesigning violation and exits with SIGKILL not SEGV
5
-// UNSUPPORTED: arm64e && ios
+// UNSUPPORTED: ios
6
+
7
8
#if defined(_MSC_VER) && !defined(__CLANG__)
9
# define __has_feature(x) 0
0 commit comments