[PATCH] [compiler-rt] Merge POSIXSymbolizer and WinSymbolizer

Kuba Brecka kuba.brecka at gmail.com
Thu Apr 9 03:20:08 PDT 2015


The two subclasses of `Symbolizer` now only define two virtual functions, `PlatformDemangle` and `PlatformPrepareForSandboxing`.  Let's make these non-virtual and directly defined by individual platforms.

http://reviews.llvm.org/D8912

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

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8912.23470.patch
Type: text/x-patch
Size: 3609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150409/63742def/attachment.bin>


More information about the llvm-commits mailing list