[all-commits] [llvm/llvm-project] 334a70: [DWARFYAML] Replace uint*_t with yaml::Hex* in the...

Xing GUO via All-commits all-commits at lists.llvm.org
Wed Jul 29 01:43:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 334a7025e0d1dd79e3c6b1976be65296ab3da01d
      https://github.com/llvm/llvm-project/commit/334a7025e0d1dd79e3c6b1976be65296ab3da01d
  Author: Xing GUO <higuoxing at gmail.com>
  Date:   2020-07-29 (Wed, 29 Jul 2020)

  Changed paths:
    M llvm/include/llvm/ObjectYAML/DWARFYAML.h
    M llvm/test/ObjectYAML/MachO/DWARF-debug_aranges.yaml

  Log Message:
  -----------
  [DWARFYAML] Replace uint*_t with yaml::Hex* in the 'debug_aranges' entry.

Normally, we use yaml::Hex* to describe the length, offsets,
address/segment size. NFC.




More information about the All-commits mailing list