[PATCH] D84234: [DWARFYAML] Implement the .debug_loclists section.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 21 05:31:14 PDT 2020


Higuoxing created this revision.
Higuoxing added reviewers: jhenderson, MaskRay, grimar, labath.
Herald added subscribers: llvm-commits, hiraditya, aprantl, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

This patch implements the .debug_loclists section. There are only two
DWARF expressions are implemented in this patch (DW_OP_consts,
DW_OP_stack_value). We will implement more in the future.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84234

Files:
  llvm/include/llvm/ObjectYAML/DWARFEmitter.h
  llvm/include/llvm/ObjectYAML/DWARFYAML.h
  llvm/lib/ObjectYAML/DWARFEmitter.cpp
  llvm/lib/ObjectYAML/DWARFYAML.cpp
  llvm/lib/ObjectYAML/ELFEmitter.cpp
  llvm/test/tools/yaml2obj/ELF/DWARF/debug-loclists.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84234.279494.patch
Type: text/x-patch
Size: 58193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200721/6f210797/attachment.bin>


More information about the llvm-commits mailing list