[PATCH] D126387: [JITLink][AARCH64] Fix overflow range of Page21

Sunho Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 08:30:22 PDT 2022


sunho added a comment.

In ELF there's "no overflow check" relocations entries. (for page21, it's R_AARCH64_ ADR_PREL_PG_HI21_NC) Something to be considered later.


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

https://reviews.llvm.org/D126387



More information about the llvm-commits mailing list