[all-commits] [llvm/llvm-project] bec54e: [yaml2obj/obj2yaml] - Add support for the SHT_LLVM...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Tue Feb 4 04:13:44 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bec54e464e6a5defee29f49f0ba871aa2c55c382
https://github.com/llvm/llvm-project/commit/bec54e464e6a5defee29f49f0ba871aa2c55c382
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-02-04 (Tue, 04 Feb 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/call-graph-profile-section.yaml
A llvm/test/tools/yaml2obj/ELF/call-graph-profile-section.yaml
M llvm/tools/obj2yaml/elf2yaml.cpp
Log Message:
-----------
[yaml2obj/obj2yaml] - Add support for the SHT_LLVM_CALL_GRAPH_PROFILE section.
This is a LLVM specific section that is well described here:
https://llvm.org/docs/Extensions.html#sht-llvm-call-graph-profile-section-call-graph-profile
This patch teaches yaml2obj and obj2yaml about how to work with it.
Differential revision: https://reviews.llvm.org/D73788
More information about the All-commits
mailing list