[PATCH] D81894: [llvm-readobj][COFF] add .llvm.call-graph-profile section dump
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 25 01:35:48 PDT 2020
jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.
Just some comment markers to fix up. Otherwise, LGTM.
================
Comment at: llvm/test/tools/llvm-readobj/COFF/call-graph-profile-err.s:21
+.section ".llvm.call-graph-profile"
+ .long 10 # Symbol index of a.
+ .long 11 # Symbol index of b.
----------------
'##' here and below
================
Comment at: llvm/test/tools/llvm-readobj/COFF/call-graph-profile.s:31
+.section ".llvm.call-graph-profile"
+ .long 10 # Symbol index of a.
+ .long 11 # Symbol index of b.
----------------
'##' here and below.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81894/new/
https://reviews.llvm.org/D81894
More information about the llvm-commits
mailing list