[PATCH] D138500: [RISCV] Change the return type of getStreamer() to support the use of overloading and other functions in RISCVELFStreamer.

LiDongjin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 07:30:13 PST 2022


LiDongjin created this revision.
Herald added subscribers: sunshaoce, VincentWu, vkmr, frasercrmck, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya, arichardson.
Herald added a reviewer: gkistanova.
Herald added a project: All.
LiDongjin requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

Change the return type of getStreamer() to support the use of overloading and other functions in RISCVELFStreamer.
In the process of implementing mapping symbols, the non-overloaded method in RISCVELFStreamer cannot be obtained through getStreamer().
Therefore, changing the return value of getStreamer() is beneficial to the subsequent support for mapping symbols.
https://reviews.llvm.org/D137417


Repository:
  rZORG LLVM Github Zorg

https://reviews.llvm.org/D138500

Files:
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138500.477181.patch
Type: text/x-patch
Size: 8433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221122/b6579ae8/attachment.bin>


More information about the llvm-commits mailing list