[PATCH] D105916: [AsmPrinter][CallGraphSection] Emit call graph section
    Necip Fazil Yildiran via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul 21 18:27:00 PDT 2021
    
    
  
necipfazil updated this revision to Diff 360676.
necipfazil marked 11 inline comments as done.
necipfazil added a comment.
Fix creating call graph section
- For call graph section, set SHF_GROUP if the text section has.
- Remove XFAIL from test. A seperate revision to fix `llc` will be sent.
- Fix nits.
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.360676.patch
Type: text/x-patch
Size: 13693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210722/3fcdb5f2/attachment.bin>
    
    
More information about the llvm-commits
mailing list