[compiler-rt] [compiler-rt][sanitizer_common] Make sanitizer_common tests work for other Apple Platforms (PR #150994)
Dan Blackwell via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 10 01:53:42 PST 2025
================
@@ -98,6 +96,60 @@ foreach(tool ${SUPPORTED_TOOLS})
endforeach()
endforeach()
+# iOS and iOS simulator test suites
+# These are not added into "check-all", in order to run these tests, use
+# "check-sanitizer-iossim-arm64" and similar. They also require an extra environment
----------------
DanBlackwell wrote:
Ok these got added here: https://github.com/llvm/llvm-zorg/pull/672.
https://github.com/llvm/llvm-project/pull/150994
More information about the llvm-commits
mailing list