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: unassignedb...@nondot.org
Reporter: chf...@gmail.com
CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs