[DebugInfo] IntelJitEventListener follow up for "add SectionedAddress ..."
authorBrock Wyma <brock.wyma@intel.com>
Mon, 25 Mar 2019 13:50:26 +0000 (13:50 +0000)
committerBrock Wyma <brock.wyma@intel.com>
Mon, 25 Mar 2019 13:50:26 +0000 (13:50 +0000)
commitbc92c8c8636b78507123faa6e9ef71b3f8f48d08
tree5c2ad4ee1ce9e3804ec09f9691f3aa241ceffb79
parent3c488d7eb3464a9274e4b36e1b75ccdea577d5c7
[DebugInfo] IntelJitEventListener follow up for "add SectionedAddress ..."

Following r354972 the Intel JIT Listener would not report line table
information because the section indices did not match. There was
a similar issue with the PerfJitEventListener. This change performs
the section index lookup when building the object address used to
query the line table information.

Differential Revision: https://reviews.llvm.org/D59490

llvm-svn: 356895
llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp