[PATCH] D148701: [LLD][ELF][AArch64] Add AArch64 short range thunk support

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 15:31:07 PDT 2023


MaskRay added a comment.

I can check how to try improving `ThunkCreator::getThunk`. We will likely need a more powerful API than `target->inBranchRange` to get the distance, not just a binary result.


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

https://reviews.llvm.org/D148701



More information about the llvm-commits mailing list