[PATCH] D20486: [esan] Add compilation unit init/exit routines.
Qin Zhao via llvm-commits
llvm-commits at lists.llvm.org
Fri May 20 14:47:01 PDT 2016
zhaoqin added inline comments.
================
Comment at: lib/esan/esan_interface.cpp:25
@@ +24,3 @@
+
+void __esan_exit(void *Ptr) {
+ processCompilationUnitExit(Ptr);
----------------
aizatsky wrote:
> Do you want to pass Tool in as well?
the Tool is set to a global variable, so we do not need update it.
http://reviews.llvm.org/D20486
More information about the llvm-commits
mailing list