This is an archive of the discontinued LLVM Phabricator instance.

Remove 3-byte characters causing clang-tblgen to get I/O error.
ClosedPublic

Authored by zibi on Jun 2 2023, 11:14 AM.

Details

Summary

[SystemZ} This revision fixes the following error caused by 301eb6b68f30074ee3a90e2dfbd11dfd87076323.
LLVM ERROR: IO failure on output stream: EDC5122I Input/output error.

The characters seems to be 3-byte characters which cause the failure with auto conversion from EBCDIC to ASCII.
Credit to @Kai who found this issue.

Diff Detail

Event Timeline

zibi created this revision.Jun 2 2023, 11:14 AM
Herald added a project: Restricted Project. · View Herald Transcript
zibi requested review of this revision.Jun 2 2023, 11:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 2 2023, 11:14 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Jun 2 2023, 11:28 AM