[PATCH] D137417: [RISCV] add mapping symbol to RISCV ELF.

LiDongjin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 4 05:38:37 PDT 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, kristof.beyls, arichardson.
Herald added a reviewer: jhenderson.
Herald added a reviewer: MaskRay.
Herald added a project: All.
LiDongjin requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD, StephenFan.
Herald added a project: LLVM.

Reference the ARM mapping symbol.
TODO:
need more testcases
add extenstion feature


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137417

Files:
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
  llvm/test/MC/RISCV/Inputs/1.s
  llvm/test/MC/RISCV/Inputs/2.s
  llvm/test/MC/RISCV/Inputs/3.s
  llvm/test/MC/RISCV/Inputs/4.s
  llvm/test/MC/RISCV/Inputs/5.s
  llvm/test/MC/RISCV/Inputs/6.s
  llvm/test/MC/RISCV/Inputs/7.s
  llvm/test/MC/RISCV/Inputs/ident.s
  llvm/test/MC/RISCV/mapping-symbols.s
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137417.473203.patch
Type: text/x-patch
Size: 9214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221104/9db849ca/attachment.bin>


More information about the llvm-commits mailing list