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

Elvina Yakubova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 18:10:09 PDT 2023


Elvina added a comment.

Hello! I tested the patch on our binaries, and everything looks fine. 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).


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