[PATCH] D147544: [BOLT] Move from RuntimeDyld to JITLink

Job Noorman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 01:22:42 PDT 2023


jobnoorman added a comment.

In D147544#4366578 <https://reviews.llvm.org/D147544#4366578>, @Elvina wrote:

> Hello! I tested the patch on our binaries, and everything looks fine.

Thanks for testing this!

> But on the small tests, as Rafael mentioned, I also ran into "BOLT-ERROR: JITLink failed: Unsupported aarch64 relocation:274: R_AARCH64_ADR_PREL_L021 " crash. It seems that the problem appears only when using lld linker (small tests use it).

Posted D151305 <https://reviews.llvm.org/D151305> for this. I'll wait until that one lands before committing this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147544



More information about the llvm-commits mailing list