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

Qin Zhao via llvm-commits llvm-commits at lists.llvm.org
Fri May 20 13:27:52 PDT 2016


zhaoqin created this revision.
zhaoqin added a reviewer: aizatsky.
zhaoqin added subscribers: llvm-commits, eugenis, vitalybuka, kcc, bruening.
Herald added a subscriber: kubabrecka.

Adds processCompilationUnitInit and processCompilationUnitExit
for compilation unit init/exit.

Adds a tool-specific argument passed to esan_init.

Adds the dtor and esan_exit called from the dtor.

Adds struct-simple.cpp for a multi-unit separate compilation test.

http://reviews.llvm.org/D20486

Files:
  lib/esan/esan.cpp
  lib/esan/esan.h
  lib/esan/esan_interface.cpp
  lib/esan/esan_interface_internal.h
  test/esan/TestCases/struct-simple.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20486.57981.patch
Type: text/x-patch
Size: 3532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160520/278c921a/attachment.bin>


More information about the llvm-commits mailing list