summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/AArch64/frame-loclistx.s
Commit message (Collapse)AuthorAgeFilesLines
* llvm-symbolizer: support DW_FORM_loclistx locations.Evgenii Stepanov2019-12-201-0/+305
Summary: With -gdwarf-5 local variable locations are emitted as DW_FORM_loclistx form instead of the regular DW_FORM_sec_offset. Teach DWARFDie::getLocations to understand the new format and use it in llvm-symbolizer "FRAME" command. Reviewers: pcc, jdoerfert Subscribers: srhines, aprantl, hiraditya, rupprecht, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70756
OpenPOWER on IntegriCloud