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

Alexey Samsonov samsonov at google.com
Mon Jun 4 03:43:36 PDT 2012


On Mon, Jun 4, 2012 at 2:34 PM, Chandler Carruth <chandlerc at google.com>wrote:

> 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.
>

Oh, got it. Sorry for the mess :(


>
> 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
>>
>>
>


-- 
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120604/fc7d8db7/attachment.html>


More information about the llvm-commits mailing list