[PATCH] D22232: [asan] Fix unittest Asan-x86_64-inline-Test crashing on Windows64

Etienne Bergeron via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 13:01:18 PDT 2016


etienneb added inline comments.

================
Comment at: lib/asan/asan_interceptors.cc:734
@@ -732,2 +733,3 @@
   }
+  CHECK(REAL(memcopy));
 
----------------
Hey, this doesn't compile.

memcopy -> memcpy


http://reviews.llvm.org/D22232





More information about the llvm-commits mailing list