[all-commits] [llvm/llvm-project] 0c3379: [JITLink] Include target addend in out-of-range er...

Maksim Panchenko via All-commits all-commits at lists.llvm.org
Mon Jun 23 22:46:37 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c33799e374a2f67ff7fefe624043254d4082534
      https://github.com/llvm/llvm-project/commit/0c33799e374a2f67ff7fefe624043254d4082534
  Author: Maksim Panchenko <maks at fb.com>
  Date:   2025-06-23 (Mon, 23 Jun 2025)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/JITLink.cpp
    M llvm/test/ExecutionEngine/JITLink/AArch64/ELF_R_AARCH64_ABS32.yaml
    M llvm/test/ExecutionEngine/JITLink/x86-64/ELF_R_X86_64_16.s
    M llvm/test/ExecutionEngine/JITLink/x86-64/ELF_R_X86_64_32.s
    M llvm/test/ExecutionEngine/JITLink/x86-64/ELF_R_X86_64_8.s
    M llvm/test/ExecutionEngine/JITLink/x86-64/ELF_R_X86_64_SIZE.s

  Log Message:
  -----------
  [JITLink] Include target addend in out-of-range error (#145423)

When JITLink reports an out-of-range error, the underlying reason could
be hidden from the user if it's due to an excessively large target
addend. Add non-zero target addend to the message for clarity.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list