<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 - libclang_rt.fuzzer-x86_64.a is missing in libclang-common-dev Debian/Ubuntu package"
   href="https://bugs.llvm.org/show_bug.cgi?id=43989">43989</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>libclang_rt.fuzzer-x86_64.a is missing in libclang-common-dev Debian/Ubuntu package
          </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>chfast@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>In release 9, the libclang_rt.fuzzer-x86_64.a is available in
libclang-common-9-dev package so the command 

clang fuzz.cpp -fsanitize=fuzzer

works out of the box

In the version 10, the fuzzer libraries are missing. I'm getting

clang++-10 fuzz.cpp -fsanitize=fuzzer                                           
/usr/bin/ld: cannot find
/usr/lib/llvm-10/lib/clang/10.0.0/lib/linux/libclang_rt.fuzzer-x86_64.a: No
such file or directory
clang: error: linker command failed with exit code 1 (use -v to see invocation)</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>