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

Omair Javaid via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 21:35:38 PDT 2023


================
@@ -462,7 +462,7 @@ static size_t GetInstructionSize(uptr address, size_t* rel_offset = nullptr) {
   return 4;
 #endif
 
-#if SANITIZER_WINDOWS64
+#if SANITIZER_WINDOWSx64
----------------
omjavaid wrote:

Kindly add a comment on why this is x64 only.

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


More information about the llvm-commits mailing list