[all-commits] [llvm/llvm-project] e4ef94: [DWARFYAML] Use yaml::Hex64 rather than uint64_t a...
Xing GUO via All-commits
all-commits at lists.llvm.org
Tue Jul 21 19:20:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e4ef948a434325fc12a16dcacf513fbd9390eb06
https://github.com/llvm/llvm-project/commit/e4ef948a434325fc12a16dcacf513fbd9390eb06
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M llvm/include/llvm/ObjectYAML/DWARFYAML.h
M llvm/test/ObjectYAML/MachO/DWARF-debug_info.yaml
M llvm/test/ObjectYAML/MachO/DWARF2-AddrSize8-FormValues.yaml
M llvm/test/ObjectYAML/MachO/DWARF5-debug_info.yaml
Log Message:
-----------
[DWARFYAML] Use yaml::Hex64 rather than uint64_t as length. NFC.
It's better to use yaml::Hex64 as length in the compilation unit.
More information about the All-commits
mailing list