[llvm-bugs] [Bug 43989] New: libclang_rt.fuzzer-x86_64.a is missing in libclang-common-dev Debian/Ubuntu package

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Nov 13 05:03:03 PST 2019


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

            Bug ID: 43989
           Summary: libclang_rt.fuzzer-x86_64.a is missing in
                    libclang-common-dev Debian/Ubuntu package
           Product: Packaging
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: deb packages
          Assignee: unassignedbugs at nondot.org
          Reporter: chfast at gmail.com
                CC: llvm-bugs at lists.llvm.org

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)

-- 
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/20191113/39402a80/attachment.html>


More information about the llvm-bugs mailing list