[LLVMbugs] [Bug 17060] New: [ASan RTL] Make llvm-symbolizer the default

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Sep 2 14:16:44 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17060

            Bug ID: 17060
           Summary: [ASan RTL] Make llvm-symbolizer the default
           Product: compiler-rt
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: compiler-rt
          Assignee: unassignedbugs at nondot.org
          Reporter: chandlerc at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

The user experience of ASan is tremendously better when using llvm-symbolizer.
Let's make it the default.

Two suggested ways to make it the default:

1) embed the path to llvm-symbolizer at link time by looking relative to the
clang driver

2) look in PATH


If we find an executable llvm-symbolizer in either place, use it. If not,
fallback. This should still be overriden by the ASAN_SYMBOLIZER_PATH
environment variable.

-- 
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/20130902/ee0e5a3d/attachment.html>


More information about the llvm-bugs mailing list