[PATCH] D72989: [AIX] Replace EmitFunctionDescriptor with EmitFunctionEntryLabel() and delete needsFunctionDescriptors()

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 18 16:44:02 PST 2020


MaskRay created this revision.
MaskRay added reviewers: Xiangling_L, jasonliu, hubert.reinterpretcast, sfertile, stefanp, xingxue.
Herald added subscribers: llvm-commits, jsji, atanasyan, kbarton, hiraditya, kristof.beyls, arichardson, tpr, nemanjai, sdardis.
Herald added a project: LLVM.

AMDGPUAsmPrinter, ARMAsmPrinter, MipsAsmPrinter, NVPTXAsmPrinter, PPCLinuxAsmPrinter, and XCoreAsmPrinter derive EmitFunctionEntryLabel() and have custom logic there. PPCAIX should not be an exception.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72989

Files:
  llvm/include/llvm/CodeGen/AsmPrinter.h
  llvm/include/llvm/MC/MCAsmInfo.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/MC/MCAsmInfoXCOFF.cpp
  llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72989.238971.patch
Type: text/x-patch
Size: 4160 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200119/b1a1bbd0/attachment.bin>


More information about the llvm-commits mailing list