[all-commits] [llvm/llvm-project] 79d7e9: [llvm-readobj][COFF] add .llvm.call-graph-profile ...
ZequanWu via All-commits
all-commits at lists.llvm.org
Thu Jun 25 09:53:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 79d7e9c7d07a7ba4a65f4579bf3a8756c757e634
https://github.com/llvm/llvm-project/commit/79d7e9c7d07a7ba4a65f4579bf3a8756c757e634
Author: Zequan Wu <zequanwu at google.com>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
A llvm/test/tools/llvm-readobj/COFF/call-graph-profile-err.s
A llvm/test/tools/llvm-readobj/COFF/call-graph-profile.s
M llvm/tools/llvm-readobj/COFFDumper.cpp
M llvm/tools/llvm-readobj/llvm-readobj.cpp
Log Message:
-----------
[llvm-readobj][COFF] add .llvm.call-graph-profile section dump
Summary: Dumping contents of `.llvm.call-graph-profile` section of COFF in the same format as ELF.
Reviewers: jhenderson, MaskRay, hans
Reviewed By: jhenderson
Subscribers: grimar, rupprecht, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D81894
More information about the All-commits
mailing list