[PATCH] D12884: [Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-host

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 11:32:38 PDT 2015


rnk created this revision.
rnk added reviewers: Bigcheese, zturner, chapuni.
rnk added a subscriber: llvm-commits.

llvm-symbolizer understands both PDBs and DWARF, so it is more likely to
succeed at symbolization. If llvm-symbolizer is unavailable, we will
fall back to dbghelp. This also makes our crash traces more similar
between Windows and Linux.

http://reviews.llvm.org/D12884

Files:
  lib/Support/Signals.cpp
  lib/Support/Unix/Signals.inc
  lib/Support/Windows/Signals.inc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12884.34817.patch
Type: text/x-patch
Size: 16073 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150915/a04b8d25/attachment.bin>


More information about the llvm-commits mailing list