[compiler-rt] Changes to support running tests for Windows arm64 asan (PR #66973)

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 09:41:44 PST 2023


================
@@ -17,6 +17,7 @@
 // Too slow for debug build
 #if !SANITIZER_DEBUG
 #if SANITIZER_WINDOWS
+#if !SANITIZER_WINDOWSARM64
----------------
farzonl wrote:

Added a comment. Changed the name to `SANITIZER_WINDOWS_ARM64`. The reason to disable is because all these tests assume x86/x86_64 assembly.  Keeping these on is just going to make the llvm checks run on tests that will always fail.

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


More information about the llvm-commits mailing list