Displaying 1 result from an estimated 1 matches for "coverage_interfac".
Did you mean:
coverage_interface
2017 May 02
5
moving libfuzzer to compiler-rt?
Hi All,
Currently libfuzzer depends on (often freshly built) clang, yet the dependency is not explicitly specified
in cmake.
That leads to various issues: for instance, it’s not possible to check out LLVM repo and run libfuzzer
tests: one would often need to compile fresh clang first, and then create a separate build directory,
where libfuzzer could be tested.
For the buildbot this problem is