This is an archive of the discontinued LLVM Phabricator instance.

[mlir:PDLL] Fix error handling of eof within a string literal
ClosedPublic

Authored by rriddle on Apr 27 2022, 5:35 PM.

Details

Summary

We currently aren't handling this properly, and in the case
of a string block just crash. This commit adds proper error handling
and detection for eof.

Depends on D124584

Diff Detail

Event Timeline

rriddle created this revision.Apr 27 2022, 5:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2022, 5:35 PM
rriddle requested review of this revision.Apr 27 2022, 5:35 PM
jpienaar accepted this revision.Apr 28 2022, 5:55 AM
This revision is now accepted and ready to land.Apr 28 2022, 5:55 AM
This revision was landed with ongoing or failed builds.Apr 28 2022, 12:58 PM
This revision was automatically updated to reflect the committed changes.