[compiler-rt] c685355 - Unsupported zero_page_pc on iOS. (#137893)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 29 16:36:50 PDT 2025
Author: thetruestblue
Date: 2025-04-29T16:36:46-07:00
New Revision: c68535581135a1513c9c4c1c7672307d4b5e616e
URL: https://github.com/llvm/llvm-project/commit/c68535581135a1513c9c4c1c7672307d4b5e616e
DIFF: https://github.com/llvm/llvm-project/commit/c68535581135a1513c9c4c1c7672307d4b5e616e.diff
LOG: Unsupported zero_page_pc on iOS. (#137893)
Added:
Modified:
compiler-rt/test/asan/TestCases/zero_page_pc.cpp
Removed:
################################################################################
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
More information about the llvm-commits
mailing list