[llvm-dev] moving libfuzzer to compiler-rt?
Dan Liew via llvm-dev
llvm-dev at lists.llvm.org
Tue May 9 10:23:19 PDT 2017
> 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()`. Would you just build two different
libraries. One with a `main()` and one without?
Thanks,
Dan.
More information about the llvm-dev
mailing list