[all-commits] [llvm/llvm-project] 7ad6ea: [DWARFYAML][debug_aranges] Use yaml::Hex64 rather ...
Xing GUO via All-commits
all-commits at lists.llvm.org
Fri Jul 31 08:31:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7ad6ea520fe49e9320bd15a4daf88e36259efedc
https://github.com/llvm/llvm-project/commit/7ad6ea520fe49e9320bd15a4daf88e36259efedc
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-07-31 (Fri, 31 Jul 2020)
Changed paths:
M llvm/include/llvm/ObjectYAML/DWARFYAML.h
M llvm/test/ObjectYAML/MachO/DWARF-debug_aranges.yaml
Log Message:
-----------
[DWARFYAML][debug_aranges] Use yaml::Hex64 rather than uint64_t as length. NFC.
It's better to use yaml::Hex64 as length in the tuples of the address
range table.
More information about the All-commits
mailing list