[compiler-rt] Unsupported zero_page_pc on iOS. (PR #137893)

via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 29 16:35:49 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-compiler-rt-sanitizer

Author: None (thetruestblue)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/137893.diff


1 Files Affected:

- (modified) compiler-rt/test/asan/TestCases/zero_page_pc.cpp (+3) 


``````````diff
diff --git a/compiler-rt/test/asan/TestCases/zero_page_pc.cpp b/compiler-rt/test/asan/TestCases/zero_page_pc.cpp
index 3af4d04a587c2..b5ca23e490591 100644
--- a/compiler-rt/test/asan/TestCases/zero_page_pc.cpp
+++ b/compiler-rt/test/asan/TestCases/zero_page_pc.cpp
@@ -1,6 +1,9 @@
 // Check that ASan correctly detects SEGV on the zero page.
 // 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: ios
+
 #if defined(_MSC_VER) && !defined(__CLANG__)
 #  define __has_feature(x) 0
 #endif

``````````

</details>


https://github.com/llvm/llvm-project/pull/137893


More information about the llvm-commits mailing list