[llvm-dev] moving libfuzzer to compiler-rt?

Kostya Serebryany via llvm-dev llvm-dev at lists.llvm.org
Tue May 9 10:55:52 PDT 2017


On Tue, May 9, 2017 at 10:23 AM, Dan Liew <dan at su-root.co.uk> wrote:

> > Does anyone see good reasons why libFuzzer should remain in llvm repo (as
> > opposed to moving it to compiler-rt)?
>
> Does moving LibFuzzer to compiler-rt imply that it is compiled as part
> of compiler-rt and shipped with it?
>
> How does that fit with LibFuzzer's model of allowing the user to
> provide their own `main()`.


libFuzzer doesn't allow users to use their own main (not any more).
Although I am not sure how that's related to moving libFuzzer somewhere.


> Would you just build two different
> libraries. One with a `main()` and one without?
>
> Thanks,
> Dan.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170509/0917b552/attachment.html>


More information about the llvm-dev mailing list