[all-commits] [llvm/llvm-project] 1d4bc0: [DWARFYAML] Let the address size of line tables in...
Xing GUO via All-commits
all-commits at lists.llvm.org
Tue Aug 11 07:46:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1d4bc08ce43c8e2f07df3aa22a0787907750bf88
https://github.com/llvm/llvm-project/commit/1d4bc08ce43c8e2f07df3aa22a0787907750bf88
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M llvm/lib/ObjectYAML/DWARFEmitter.cpp
M llvm/test/tools/yaml2obj/ELF/DWARF/debug-line.yaml
Log Message:
-----------
[DWARFYAML] Let the address size of line tables inferred from the object file.
Currently, the line table uses the first compilation unit's address size
as its address size. It's not the right behavior. The address size should be
inferred from the target machine.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D85707
More information about the All-commits
mailing list