Some libFuzzer tests on Linux would fail with bizarre error messages unless llvm-symbolizer binary is present.
I strongly suspect that CI passes because the machine already has llvm-symbolizer installed in $PATH.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I think this broke the greendragon libfuzzer build: http://lab.llvm.org:8080/green/job/libFuzzer/5100/ this one seems like the most likely cause.
Any idea how to get this back to green?