[llvm-bugs] [Bug 17303] Sanitizers (ASan/MSan) rely on the name of alloca's to produce error reports

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Mar 14 16:29:02 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=17303

Alexey Samsonov <vonosmas at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #12 from Alexey Samsonov <vonosmas at gmail.com> ---
Recently naming allocas was disabled, and r263429 added a special-case for
sanitizers. We don't want this workaround to stick - instead, we should design
a different way of passing the information about names of local variables to
ASan/MSan instrumentation passes in the backend.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160314/6afd4c9d/attachment.html>


More information about the llvm-bugs mailing list