[PATCH] [ASan] Allow the users of SymbolizationLoop to make use of the -dsym_hint option in llvm-symbolizer

Alexander Potapenko glider at google.com
Tue Nov 18 09:25:36 PST 2014


Hi earthdok,

Let the users of SymbolizationLoop define a function that produces the list of .dSYM hints (possible path to the .dSYM bundle) for the given binary.
Because the hints can't be added to an existing llvm-symbolizer process, we spawn a new symbolizer process ones each time a new hint appears.
Those can only appear for binaries that we haven't seen before.

http://reviews.llvm.org/D6310

Files:
  projects/compiler-rt/lib/asan/scripts/asan_symbolize.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6310.16340.patch
Type: text/x-patch
Size: 4507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141118/e95b8279/attachment.bin>


More information about the llvm-commits mailing list