[all-commits] [llvm/llvm-project] 508a69: [JITLink] Allow multiple relocations at same offse...

Jonas Hahnfeld via All-commits all-commits at lists.llvm.org
Sun Oct 22 14:32:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 508a697acd1804cd965d888ffa0c4d404c4095b3
      https://github.com/llvm/llvm-project/commit/508a697acd1804cd965d888ffa0c4d404c4095b3
  Author: Jonas Hahnfeld <hahnjo at hahnjo.de>
  Date:   2023-10-22 (Sun, 22 Oct 2023)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp
    M llvm/lib/ExecutionEngine/JITLink/EHFrameSupportImpl.h

  Log Message:
  -----------
  [JITLink] Allow multiple relocations at same offset in EHFrameEdgeFixer (#68252)

The pass only requires that it can determine a uniquely identified
target at some offsets. Multiple relocations at the same offset are fine
otherwise and will be required when adding exception handling support
for RISC-V.




More information about the All-commits mailing list