[PATCH] D20486: [esan] Add compilation unit init/exit routines.

Mike Aizatsky via llvm-commits llvm-commits at lists.llvm.org
Fri May 20 14:50:03 PDT 2016


aizatsky accepted this revision.
aizatsky added a comment.
This revision is now accepted and ready to land.

Comment nit. LG otherwise.


================
Comment at: lib/esan/esan.h:40
@@ -39,1 +39,3 @@
 int finalizeLibrary();
+// Esan creates the tool-specific variable at compile time and
+// passes its pointer Ptr to the runtime library.
----------------
Should it be  "variable per tool per compilation unit"?


http://reviews.llvm.org/D20486





More information about the llvm-commits mailing list