[llvm-commits] [PATCH] Add ASan option "use_internal_symbolizer"

Chandler Carruth chandlerc at google.com
Mon Jun 4 03:34:44 PDT 2012


FYI,

In general, please attache patch files to the email you send to the list,
and don't CC the list on the codereview.appspot.com tool. That tool doesn't
correctly respect threading, causing each round of comments in the tool to
show up as a new thread in a lot of people's email. Folks can either follow
the codereview in the tool, or on the single email thread that has the
patch file attached.

On Mon, Jun 4, 2012 at 2:29 AM, Alexey Samsonov <samsonov at google.com> wrote:

> Hi!
>
> This patch adds a flag that is passed in env var ASAN_OPTIONS and allows
> to switch between
> existing proc_maps symbolizer (that simply finds an object name for a
> given memory address)
> and internal symbolizer (in development).
>
> Codereview: http://codereview.appspot.com/6277044/
>
> --
> Alexey Samsonov, MSK
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120604/8e0c706c/attachment.html>


More information about the llvm-commits mailing list