[PATCH] D19168: [esan] EfficiencySanitizer base runtime library
Mike Aizatsky via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 20 11:16:07 PDT 2016
aizatsky accepted this revision.
aizatsky added a comment.
This revision is now accepted and ready to land.
One nit. LG otherwise.
================
Comment at: lib/esan/esan_interface_internal.h:38
@@ +37,3 @@
+
+// The instrumentation module will insert calls to these read and
+// write routines for load and store instructions for which we do not
----------------
Specify if it will insert call before or after the read/write.
http://reviews.llvm.org/D19168
More information about the llvm-commits
mailing list