[all-commits] [llvm/llvm-project] 8d1fc4: [BOLT][NFC] Refactor creation of symbol+addend ref...

Rafael Auler via All-commits all-commits at lists.llvm.org
Wed Oct 12 18:39:56 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d1fc45dc377fe554e50a6bda19aa23c9957041f
      https://github.com/llvm/llvm-project/commit/8d1fc45dc377fe554e50a6bda19aa23c9957041f
  Author: Rafael Auler <rafaelauler at fb.com>
  Date:   2022-10-12 (Wed, 12 Oct 2022)

  Changed paths:
    M bolt/include/bolt/Core/MCPlusBuilder.h
    M bolt/lib/Core/BinaryContext.cpp
    M bolt/lib/Core/BinaryFunction.cpp
    M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp

  Log Message:
  -----------
  [BOLT][NFC] Refactor creation of symbol+addend references

Put code that creates references to symbol+addend behind MCPlusBuilder.
Will use this later in validate memory references pass.

Reviewed By: #bolt, maksfb, yota9

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




More information about the All-commits mailing list