[llvm-bugs] [Bug 33248] New: -fsanitize=fuzzer fails to find libLLVMFuzzer.a

via llvm-bugs llvm-bugs at lists.llvm.org
Wed May 31 14:55:24 PDT 2017


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

            Bug ID: 33248
           Summary: -fsanitize=fuzzer fails to find libLLVMFuzzer.a
           Product: Packaging
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: deb packages
          Assignee: unassignedbugs at nondot.org
          Reporter: gjasny at googlemail.com
                CC: llvm-bugs at lists.llvm.org

Hello,

on Ubuntu Xenial (amd64), after installing all packages of the development
branch (1:5.0~svn304261-1~exp1) the following fails:

$ touch mytarget.c
$ clang-5.0 -fsanitize=fuzzer mytarget.c
/usr/bin/ld: cannot find /usr/lib/libLLVMFuzzer.a: No such file or directory

The -fsanitize=fuzzer argument is documented here:
http://llvm.org/docs/LibFuzzer.html#getting-started

Thanks,
Gregor

-- 
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/20170531/9b0b6eee/attachment.html>


More information about the llvm-bugs mailing list