[PATCH] [compiler-rt] Symbolizer refactoring: Move SymbolizerProcess interface to header

Kuba Brecka kuba.brecka at gmail.com
Tue Feb 24 14:16:35 PST 2015


Part of http://reviews.llvm.org/D7827. Moves SymbolizerProcess and ExternalSymbolizerInterface into the header. The plan is to later transform SymbolizerProcess into something that better abstracts the communication with an external process, and turn ExternalSymbolizerInterface into a generic tool interface that all symbolizers will implement.

http://reviews.llvm.org/D7868

Files:
  lib/sanitizer_common/sanitizer_symbolizer.h
  lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7868.20624.patch
Type: text/x-patch
Size: 14647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150224/1d9178ff/attachment.bin>


More information about the llvm-commits mailing list