[all-commits] [llvm/llvm-project] 82e7c4: [obj2yaml] [yaml2obj] Add yaml support for SHT_LLV...

Rahman Lavaee via All-commits all-commits at lists.llvm.org
Fri Nov 6 12:46:18 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 82e7c4ce4547d7b94bac8715f7ed3af66b994ce6
      https://github.com/llvm/llvm-project/commit/82e7c4ce4547d7b94bac8715f7ed3af66b994ce6
  Author: Rahman Lavaee <rahmanl at google.com>
  Date:   2020-11-06 (Fri, 06 Nov 2020)

  Changed paths:
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    A llvm/test/tools/obj2yaml/ELF/bb-addr-map.yaml
    A llvm/test/tools/yaml2obj/ELF/bb-addr-map.yaml
    M llvm/tools/obj2yaml/elf2yaml.cpp

  Log Message:
  -----------
  [obj2yaml] [yaml2obj] Add yaml support for SHT_LLVM_BB_ADDR_MAP section.

YAML support allows us to better test the feature in the subsequent patches. The implementation is quite similar to the .stack_sizes section.

Reviewed By: jhenderson, grimar

Differential Revision: https://reviews.llvm.org/D88717




More information about the All-commits mailing list