[all-commits] [llvm/llvm-project] e4b406: [RuntimeDyld] Support more relocations

Rafael Auler via All-commits all-commits at lists.llvm.org
Wed Mar 10 11:20:16 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e4b40616d4cd6de44bb6d49d792c103ba3eabeff
      https://github.com/llvm/llvm-project/commit/e4b40616d4cd6de44bb6d49d792c103ba3eabeff
  Author: Rafael Auler <rafaelauler at fb.com>
  Date:   2021-03-10 (Wed, 10 Mar 2021)

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

  Log Message:
  -----------
  [RuntimeDyld] Support more relocations

This patch introduces functionality used by BOLT when
re-linking the final binary. It adds new relocation types that
are currently unsupported by RuntimeDyldELF.

Reviewed By: lhames

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




More information about the All-commits mailing list