#
7ddf7d87 |
| 28-Sep-2023 |
Prem Chintalapudi <prem.chintalapudi@gmail.com> |
[ORC] Add DWARFContext generation from LinkGraphs, use in perf support.
This patch adds line numbers to perf jitdump records emitted by the PerfSupportPlugin, by parsing and using a DWARFContext fro
[ORC] Add DWARFContext generation from LinkGraphs, use in perf support.
This patch adds line numbers to perf jitdump records emitted by the PerfSupportPlugin, by parsing and using a DWARFContext from preserved debug sections.
To avoid making the OrcJIT library depend on DebugInfoDWARF this patch introduces a new OrcDebugging library.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D146391
show more ...
|