[PATCH] D20884: This patch attempts to primitive support for Win64 asan

Wang Wei via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 18:12:09 PDT 2016


wang0109 updated this revision to Diff 59326.
wang0109 added a comment.

- Define the platform SANITIZER_WINDOWS64

and the double interception was due to memcpy and memmov
has the same address on windows 64. So don't try to intercept
twice.


http://reviews.llvm.org/D20884

Files:
  lib/asan/asan_internal.h
  lib/asan/asan_rtl.cc
  lib/interception/interception_win.cc
  lib/sanitizer_common/sanitizer_platform.h
  lib/sanitizer_common/sanitizer_platform_interceptors.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20884.59326.patch
Type: text/x-patch
Size: 10187 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160602/97569841/attachment.bin>


More information about the llvm-commits mailing list