<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </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 --- - Make __sanitizer_annotate_contiguous_container() always visible"
   href="https://llvm.org/bugs/show_bug.cgi?id=31440">31440</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Make __sanitizer_annotate_contiguous_container() always visible
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libc++
          </td>
        </tr>

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

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

        <tr>
          <th>OS</th>
          <td>FreeBSD
          </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>All Bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>jbeich@vfemail.net
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>dimitry@andric.com, llvm-bugs@lists.llvm.org, mclow.lists@gmail.com
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=17778" name="attach_17778" title="fix, v0">attachment 17778</a> <a href="attachment.cgi?id=17778&action=edit" title="fix, v0">[details]</a></span>
fix, v0

Mozilla build on any Unix except OS X uses pragma visibility[1] to hide
everything but explicitly listed system headers. Since libc++ uses `extern`
rather than #include <sanitizer/asan_interface.h> this makes it hard to unhide
the symbol as pretty much anything can pull <__config>.

[1] <a href="https://github.com/mozilla/gecko-dev/commit/d9626f674645">https://github.com/mozilla/gecko-dev/commit/d9626f674645</a></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>