This is an archive of the discontinued LLVM Phabricator instance.

libFuzzer: always print line-break for NEW_FUNC/PC output
ClosedPublic

Authored by pdknsk on Jun 29 2018, 11:47 PM.

Details

Summary

This is a minor cosmetic change. When function/path exceed ~1000 characters, the output is truncated before the line-break. I noticed this for NEW_FUNC.

Diff Detail

Event Timeline

pdknsk created this revision.Jun 29 2018, 11:47 PM
Herald added subscribers: Restricted Project, llvm-commits. · View Herald TranscriptJun 29 2018, 11:47 PM
kcc accepted this revision.Jul 2 2018, 4:53 PM

LGTM

This revision is now accepted and ready to land.Jul 2 2018, 4:53 PM
pdknsk added a comment.Jul 5 2018, 4:22 AM

Can you commit this for me? Or do I need a separate (non-reviewer) person?

This revision was automatically updated to reflect the committed changes.
kcc added a comment.Jul 6 2018, 12:52 PM

sure, I can commit (done). thanks!