This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Reset the left tab limit when flushing output
ClosedPublic

Authored by klausler on Apr 12 2023, 12:42 PM.

Details

Summary

When flushing output to a non-positionable tty or socket file, reset the
left tab limit. Otherwise, non-advancing output to that file will contain
an increasing amount of leading spaces in each flush.

Diff Detail

Event Timeline

klausler created this revision.Apr 12 2023, 12:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2023, 12:42 PM
klausler requested review of this revision.Apr 12 2023, 12:42 PM
vdonaldson accepted this revision.Apr 12 2023, 4:17 PM
This revision is now accepted and ready to land.Apr 12 2023, 4:17 PM