<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - llvm-symbolizer-*** in LLVM package needs a symlink to llvm-symbolizer so that clang can find it."
   href="https://bugs.llvm.org/show_bug.cgi?id=34286">34286</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>llvm-symbolizer-*** in LLVM package needs a symlink to llvm-symbolizer so that clang can find it.
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Packaging
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>deb packages
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mgottesman@apple.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I was trying to use LSAN with a stock apt-get clang/llvm on 16.04. I was
surprised to discover that my suppressions list was not working. In the process
of investigating I discovered that while llvm-symbolizer-*** is installed
(where *** is the version number), no symlink is created from the enabled
llvm-symbolizer-*** to llvm-symbolizer. This causes LSAN to not be able to
symbolicate frames and thus limits the ability to suppress.

When I looked at the LLVM package's filelist:

<a href="https://packages.ubuntu.com/xenial/amd64/llvm/filelist">https://packages.ubuntu.com/xenial/amd64/llvm/filelist</a>

I noticed that llvm-symbolizer is not there. It really should either be added
there or clang should be taught how to use the llvm-symbolizer-*** that it
corresponds to. Otherwise, LSAN is not fully functional straight out of the box
(an anti-goal).</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>