[all-commits] [llvm/llvm-project] c33598: [JITLink] Make sure MachO/x86-64 handles 32-bit si...

lhames via All-commits all-commits at lists.llvm.org
Wed Nov 27 22:46:19 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c33598d5e547cddcd0b2a8e647570a759e01e02b
      https://github.com/llvm/llvm-project/commit/c33598d5e547cddcd0b2a8e647570a759e01e02b
  Author: Lang Hames <lhames at gmail.com>
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
    M llvm/test/ExecutionEngine/JITLink/X86/MachO_x86-64_relocations.s

  Log Message:
  -----------
  [JITLink] Make sure MachO/x86-64 handles 32-bit signed addends correctly.

These need to be sign extended when loading into Edge addends.




More information about the All-commits mailing list