This is an archive of the discontinued LLVM Phabricator instance.

[mlir][AsmPrinter] Properly escape strings when printing locations
ClosedPublic

Authored by rriddle on Jan 15 2021, 4:55 PM.

Details

Summary

This fixes errors when location strings contains newlines, or other non-ascii characters.

Diff Detail

Event Timeline

rriddle created this revision.Jan 15 2021, 4:55 PM
rriddle requested review of this revision.Jan 15 2021, 4:55 PM
stellaraccident accepted this revision.Jan 15 2021, 4:57 PM
This revision is now accepted and ready to land.Jan 15 2021, 4:57 PM
This revision was landed with ongoing or failed builds.Jan 15 2021, 5:15 PM
This revision was automatically updated to reflect the committed changes.