LibFuzzer aims to have no LLVM dependencies, yet using gtest introduces a dependency on LLVM ostream, unless explicitly requested not to.
This change removes the dependency, and makes potential subsequent build system change much easier.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
libFuzzer *must* not have LLVM deps, but tests can.
But in this case there is clearly no reason to use custom LLVM ostream