[PATCH] D157802: [JITLink][EHFrameSupport] Accept multiple relocations

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


Hahnfeld added a comment.

@lhames I'm not 100% sure this is correct, but it seems to work on RISC-V for the examples I tested. In general I feel like I don't fully understand `BlockEdges` - it is used to check if there already is an edge in `processFDE` and `getOrCreateEncodedPointerEdge`, but the contents of that edge are never validated, it is just assumed to point to the right symbol. What am I missing?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157802/new/

https://reviews.llvm.org/D157802



More information about the llvm-commits mailing list