[PATCH] D147150: [BOLT] Remove original relocs when moving JTs in relocation mode

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 11:48:41 PDT 2023


Amir planned changes to this revision.
Amir added a comment.

Can't proceed with this change as is.
In one internal test we end up erasing a PIC jump table entry that is added accidentally because it spuriously evaluates to a valid address/instruction/basic block inside the current function, even though it is a start of a jump table in another function, causing a runtime crash.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147150



More information about the llvm-commits mailing list