[all-commits] [llvm/llvm-project] 99c233: [DWARFYAML][debug_ranges] Make the "Offset" field ...
Xing GUO via All-commits
all-commits at lists.llvm.org
Wed Jun 10 17:32:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 99c23354340c5c85e162cf244b8e92218074d854
https://github.com/llvm/llvm-project/commit/99c23354340c5c85e162cf244b8e92218074d854
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-06-11 (Thu, 11 Jun 2020)
Changed paths:
M llvm/include/llvm/ObjectYAML/DWARFYAML.h
M llvm/lib/ObjectYAML/DWARFEmitter.cpp
M llvm/lib/ObjectYAML/DWARFYAML.cpp
M llvm/test/tools/yaml2obj/ELF/DWARF/debug-ranges.yaml
Log Message:
-----------
[DWARFYAML][debug_ranges] Make the "Offset" field optional.
Before this patch, we have to calculate the offset for the current range list entry. This patch helps make the "Offset" field optional.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D81220
More information about the All-commits
mailing list