[all-commits] [llvm/llvm-project] e891b6: [DWARFYAML] Make the address size of compilation u...
Xing GUO via All-commits
all-commits at lists.llvm.org
Wed Aug 12 06:48:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e891b6a75d919b5bcb95577d1e5eb0ebad0ea427
https://github.com/llvm/llvm-project/commit/e891b6a75d919b5bcb95577d1e5eb0ebad0ea427
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-08-12 (Wed, 12 Aug 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-info.yaml
Log Message:
-----------
[DWARFYAML] Make the address size of compilation units optional.
This patch makes the 'AddrSize' field optional. If the address size is
missing, yaml2obj will infer it from the object file.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D85805
More information about the All-commits
mailing list