This fixes errors when location strings contains newlines, or other non-ascii characters.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94847
[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 TimelineHerald added subscribers: teijeong, rdzhabarov, tatianashp and 13 others. · View Herald TranscriptJan 15 2021, 4:55 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 Closed by commit rG2a27a9819a1e: [mlir][AsmPrinter] Properly escape strings when printing locations (authored by rriddle). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 317120 mlir/lib/IR/AsmPrinter.cpp
mlir/test/IR/locations.mlir
|