[llvm-commits] [ASan] PATCH: Introduce overridable __asan_symbolize() interface function.

Alexey Samsonov samsonov at google.com
Wed Aug 22 05:17:27 PDT 2012


Hi!

This patch lets ASan users define their own function __asan_symbolize(...)
that would be used by ASan to symbolize stack traces.
This is easier for users, as they don't have to recompile ASan runtime if
they want to "plug-in" their symbolization function.

Code review: http://codereview.appspot.com/6483044/

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


More information about the llvm-commits mailing list