[all-commits] [llvm/llvm-project] 2d8ca4: [DWARFYAML] Offsets should be omitted when the Off...
Xing GUO via All-commits
all-commits at lists.llvm.org
Mon Aug 3 07:08:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2d8ca4ae2b1a512d31566e042a4bf4fa1043def9
https://github.com/llvm/llvm-project/commit/2d8ca4ae2b1a512d31566e042a4bf4fa1043def9
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-08-03 (Mon, 03 Aug 2020)
Changed paths:
M llvm/lib/ObjectYAML/DWARFEmitter.cpp
M llvm/test/tools/yaml2obj/ELF/DWARF/debug-rnglists.yaml
Log Message:
-----------
[DWARFYAML] Offsets should be omitted when the OffsetEntryCount is 0.
The offsets field should be omitted when the 'OffsetEntryCount' entry is
specified to be 0.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D85006
More information about the All-commits
mailing list