[compiler-rt] Changes to support running tests for Windows arm64 asan (PR #66973)
Farzon Lotfi via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 28 06:42:05 PST 2023
================
@@ -260,6 +260,14 @@
# define SANITIZER_ARM64 0
#endif
+#if SANITIZER_WINDOWS64 && SANITIZER_ARM64
+# define SANITIZER_WINDOWS_ARM64 1
+# define SANITIZER_WINDOWS_x64 0
+#else
+# define SANITIZER_WINDOWS_ARM64 0
+# define SANITIZER_WINDOWS_x64 1
----------------
farzonl wrote:
How do you prefer a patch for something like this? Do you want to apply my patch?
https://patch-diff.githubusercontent.com/raw/llvm/llvm-project/pull/73650.patch
Or go through the normal pr process:
Also put up this PR: https://github.com/llvm/llvm-project/pull/73650
https://github.com/llvm/llvm-project/pull/66973
More information about the llvm-commits
mailing list