This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer][Windows] Clean up RawPrint
ClosedPublic

Authored by metzman on Feb 1 2019, 7:28 AM.

Details

Summary

Use _write instead of the deprecated alias write on Windows.
Also, remove comment saying RawPrint is untested on Windows.

Diff Detail

Repository
rL LLVM

Event Timeline

metzman created this revision.Feb 1 2019, 7:28 AM
metzman added a reviewer: vitalybuka.EditedFeb 1 2019, 7:39 AM
metzman added a subscriber: vitalybuka.

@vitalybuka
Please take a look at this small change.

metzman retitled this revision from [libFuzzer][Win] Use _write instead of write to [libFuzzer][Windows] Use _write instead of write.Feb 1 2019, 7:40 AM
metzman retitled this revision from [libFuzzer][Windows] Use _write instead of write to [libFuzzer][Windows] Clean up RawPrint.
This revision is now accepted and ready to land.Feb 4 2019, 1:48 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 4 2019, 3:02 PM