[clang] [llvm] [JITLink][RISCV] Implement eh_frame handling (PR #68253)
Jonas Hahnfeld via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 20 07:01:45 PST 2024
hahnjo wrote:
> It seems after this change we started to fail on `LLVM :: ExecutionEngine/JITLink/RISCV/ELF_ehframe.s` when using debug libgcxx.
First, sorry for the slow response and breaking the builds with expensive checks in the first place. I believe the report is actually fully correct and we cannot assume the edges are ordered by their offset. The problem should be fixed by https://github.com/llvm/llvm-project/pull/78849
https://github.com/llvm/llvm-project/pull/68253
More information about the cfe-commits
mailing list