libFuzzer: always print line-break for NEW_FUNC/PC output
authorKostya Serebryany <kcc@google.com>
Fri, 6 Jul 2018 19:47:00 +0000 (19:47 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 6 Jul 2018 19:47:00 +0000 (19:47 +0000)
commit2bd02db943adcb56e9fa90f316dac6036eae18c8
tree836fffd7376653e8cd43df4f8d4e9f010ee4d58b
parentdbc72c9009a3b3d0447f1bf6905fbf0e89986fe4
libFuzzer: always print line-break for NEW_FUNC/PC output

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.

Reviewers: kcc

Reviewed By: kcc

Subscribers: llvm-commits, #sanitizers

Differential Revision: https://reviews.llvm.org/D48799

llvm-svn: 336461
compiler-rt/lib/fuzzer/FuzzerTracePC.cpp