[all-commits] [llvm/llvm-project] f68737: [RuntimeDyld] Implemented relocation for ELF::R_X8...

Moritz Sichert via All-commits all-commits at lists.llvm.org
Mon Sep 6 01:31:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f6873786034ab752a50539badc0ce57ac11dda6c
      https://github.com/llvm/llvm-project/commit/f6873786034ab752a50539badc0ce57ac11dda6c
  Author: Moritz Sichert <sichert at in.tum.de>
  Date:   2021-09-06 (Mon, 06 Sep 2021)

  Changed paths:
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp

  Log Message:
  -----------
  [RuntimeDyld] Implemented relocation for ELF::R_X86_64_GOTPC32

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


  Commit: a0a5964499816373c50d6d6a3a4b38c1b53f6714
      https://github.com/llvm/llvm-project/commit/a0a5964499816373c50d6d6a3a4b38c1b53f6714
  Author: Moritz Sichert <sichert at in.tum.de>
  Date:   2021-09-06 (Mon, 06 Sep 2021)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/RuntimeDyld.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
    A llvm/test/ExecutionEngine/RuntimeDyld/X86/TLS.s
    M llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp

  Log Message:
  -----------
  [RuntimeDyld] Implemented relocation of TLS symbols in ELF

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


Compare: https://github.com/llvm/llvm-project/compare/6c1ac141d3c9...a0a596449981


More information about the All-commits mailing list