[PATCH] D157803: [JITLink][RISCV] Implement eh_frame handling

Jonas Hahnfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 12 14:52:53 PDT 2023


Hahnfeld created this revision.
Hahnfeld added reviewers: StephenFan, lhames.
Herald added subscribers: jobnoorman, luke, VincentWu, vkmr, frasercrmck, 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 project: All.
Hahnfeld requested review of this revision.
Herald added subscribers: llvm-commits, wangpc, eopXD, MaskRay.
Herald added a project: LLVM.

This requires adding `Delta{32,64}` and `NegDelta32` edge kinds that cannot be mapped to existing relocations.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157803

Files:
  llvm/include/llvm/ExecutionEngine/JITLink/riscv.h
  llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp
  llvm/lib/ExecutionEngine/JITLink/riscv.cpp
  llvm/test/ExecutionEngine/JITLink/RISCV/ELF_ehframe.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157803.549659.patch
Type: text/x-patch
Size: 8061 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230812/f8e3e5e8/attachment.bin>


More information about the llvm-commits mailing list