[llvm-commits] [ASan] PATCH: Add support for llvm-symbolizer in asan_symbolize.py script

Alexey Samsonov samsonov at google.com
Tue Sep 18 06:45:54 PDT 2012


Hi,

This patch adds support for invoking llvm-symbolizer (source code for this
tool is located compiler-rt/utils/llvm-symbolizer) from
ASan symbolization script so that we can use llvm-symbolizer in offline
mode. As opposed to other symbolizers invoked in that
script, we need a single instance of llvm-symbolizer subprocess, not one
instance for each binary.

Testing: ASan output tests pass with updated script.

Code review: https://codereview.appspot.com/6536044/

-- 
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120918/5a94ac86/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: issue6536044_2001.diff
Type: application/octet-stream
Size: 8670 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120918/5a94ac86/attachment.obj>


More information about the llvm-commits mailing list