[all-commits] [llvm/llvm-project] d11166: [ARM] Fix RELA relocations for 32bit ARM.

Wolfgang Pieb via All-commits all-commits at lists.llvm.org
Wed Jul 14 14:27:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d1116697be059350a5b04d1af29e2d454afda746
      https://github.com/llvm/llvm-project/commit/d1116697be059350a5b04d1af29e2d454afda746
  Author: Wolfgang Pieb <wolfgang_pieb at playstation.sony.com>
  Date:   2021-07-14 (Wed, 14 Jul 2021)

  Changed paths:
    M llvm/lib/Object/RelocationResolver.cpp
    A llvm/test/DebugInfo/ARM/dwarfdump-rela.yaml

  Log Message:
  -----------
  [ARM] Fix RELA relocations for 32bit ARM.

RELA relocations for 32 bit ARM ignored the addend. Some tools generate
them instead of REL type relocations. This fixes PR50473.

    Reviewed By: MaskRay, peter.smith

    Differential Revision: https://reviews.llvm.org/D105214




More information about the All-commits mailing list