[Openmp-commits] [openmp] [LLD][AARCH64] lld incorrectly handles .eh_frame when it has a non-zero offset within its output section. (PR #65966)

Peter Smith via Openmp-commits openmp-commits at lists.llvm.org
Mon Sep 11 09:16:52 PDT 2023


https://github.com/smithp35 commented:

This will only fix the problem for AArch64, but it also affects other targets. Assuming relocateAlloc is the best place to fix this, then it would need applying in all instances of relocateAlloc.

https://github.com/llvm/llvm-project/pull/65966


More information about the Openmp-commits mailing list