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

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 11:48:52 PDT 2016


pcc added a subscriber: pcc.

================
Comment at: compiler-rt/trunk/lib/interception/interception_win.cc:267
@@ -162,1 +266,3 @@
+  // the full 64-bit address for new_func.
   // We might want to be able to execute the original 'old_func' from the
+  // wrapper, in this case we need to keep the leading 5+ (6+ on Win64)
----------------
Do we ever actually need to do this on Windows? It looks like most of the functions we are intercepting are C standard library functions which we could easily implement ourselves.


Repository:
  rL LLVM

http://reviews.llvm.org/D20884





More information about the llvm-commits mailing list