On 21/09/20 15:38, Alexander Bulekov wrote: > Hi Paolo, > These are the builds with clang coverage enabled. > The normal fuzzing builds are succeeding now (log from this morning: > https://oss-fuzz-build-logs.storage.googleapis.com/log-a426424c-cae4-407a-ae7b-205a9ae59286.txt > ) > > I already send a patch that seems to fix the coverage build failure, but > I can't explain why it does the trick. > Message-Id: <[email protected]> > https://lists.gnu.org/archive/html/qemu-devel/2020-09/msg03639.html
The reason for the bug is the -Wl,-lm in QEMU_LDFLAGS. Putting the tricky flags first actually makes sense, so I'll queue it. Paolo
