Move the conversion of DILineInfo to JSON into a separate function, so
it can be used in other places too.
This is a prerequisite patch for implementation of symbol+offset lookup.
Paths
| Differential D147112
[symbolizer] Factor out conversion DILineInfo->JSON. NFC ClosedPublic Authored by sepavloff on Mar 28 2023, 10:28 PM.
Details Summary Move the conversion of DILineInfo to JSON into a separate function, so This is a prerequisite patch for implementation of symbol+offset lookup.
Diff Detail
Event Timelinesepavloff added a child revision: D139859: [symbolizer] Support symbol+offset lookup.Mar 28 2023, 10:28 PM This revision is now accepted and ready to land.Mar 29 2023, 12:18 AM This revision was landed with ongoing or failed builds.Mar 29 2023, 8:29 AM Closed by commit rG90025187f014: [symbolizer] Factor out conversion DILineInfo->JSON. NFC (authored by sepavloff). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 509215 llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp
|