Displaying 1 result from an estimated 1 matches for "0917b552".
2017 May 09
3
moving libfuzzer to compiler-rt?
> 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