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 4ed8f38 commit 0864e3cCopy full SHA for 0864e3c
compiler-rt/test/asan/TestCases/zero_page_pc.cpp
@@ -1,6 +1,9 @@
1
// Check that ASan correctly detects SEGV on the zero page.
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
6
+
7
#if defined(_MSC_VER) && !defined(__CLANG__)
8
# define __has_feature(x) 0
9
#endif
0 commit comments