[PATCH] D122459: [ELF] Fix relocations against .eh_frame

Ayrton Muñoz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 20:27:10 PDT 2022


ayrtonm added a comment.

It looks like the relocations pointing to an empty .eh_frame in crtbegin.o have an offset greater than the size of the input section pieces. So in that case we need to revert to the old behavior of returning the offset unchanged instead of throwing a fatal error.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122459



More information about the llvm-commits mailing list