[PATCH] D105916: [AsmPrinter][CallGraphSection] Emit call graph section
Necip Fazil Yildiran via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 28 22:26:01 PDT 2021
necipfazil updated this revision to Diff 362640.
necipfazil added a comment.
Add function begin symbol for call graph section if does not exist
A function begin symbol is not always emitted. Similar to how it is done
for stack sizes section, emit a function begin symbol for call graph section
if it does not already exist.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105916/new/
https://reviews.llvm.org/D105916
Files:
llvm/include/llvm/CodeGen/AsmPrinter.h
llvm/include/llvm/MC/MCObjectFileInfo.h
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/lib/MC/MCObjectFileInfo.cpp
llvm/test/CodeGen/call-graph-section.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105916.362640.patch
Type: text/x-patch
Size: 13805 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210729/7deb2416/attachment.bin>
More information about the llvm-commits
mailing list