[all-commits] [llvm/llvm-project] b539f0: [DWARFYAML] Add support for emitting value forms o...
Xing GUO via All-commits
all-commits at lists.llvm.org
Tue Jul 14 04:06:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b539f01221486bbdba0de436ea4e235ccd3f195e
https://github.com/llvm/llvm-project/commit/b539f01221486bbdba0de436ea4e235ccd3f195e
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-07-14 (Tue, 14 Jul 2020)
Changed paths:
M llvm/lib/ObjectYAML/DWARFVisitor.cpp
M llvm/test/tools/yaml2obj/ELF/DWARF/debug-info.yaml
Log Message:
-----------
[DWARFYAML] Add support for emitting value forms of strx, addrx, etc.
This patch adds support for emitting value forms of DW_FORM_strx,
DW_FORM_addrx, DW_FORM_loclistx and DW_FORM_rnglistx.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D83749
More information about the All-commits
mailing list