[all-commits] [llvm/llvm-project] fc2d96: Revert "[BOLT][AArch64] Handle gold linker veneers"

Rafael Auler via All-commits all-commits at lists.llvm.org
Tue Jun 28 19:25:39 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fc2d96c334a15d00965eb57a99d49e46728641db
      https://github.com/llvm/llvm-project/commit/fc2d96c334a15d00965eb57a99d49e46728641db
  Author: Rafael Auler <rafaelauler at fb.com>
  Date:   2022-06-28 (Tue, 28 Jun 2022)

  Changed paths:
    M bolt/include/bolt/Core/BinaryContext.h
    M bolt/include/bolt/Core/BinaryFunction.h
    M bolt/include/bolt/Core/MCPlusBuilder.h
    M bolt/lib/Core/BinaryContext.cpp
    M bolt/lib/Core/BinaryFunction.cpp
    M bolt/lib/Passes/BinaryPasses.cpp
    M bolt/lib/Passes/VeneerElimination.cpp
    M bolt/lib/Rewrite/BinaryPassManager.cpp
    M bolt/lib/Rewrite/RewriteInstance.cpp
    M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
    R bolt/test/AArch64/veneer-gold.s
    R bolt/test/AArch64/veneer.s

  Log Message:
  -----------
  Revert "[BOLT][AArch64] Handle gold linker veneers"

This reverts commit 425dda76e9fac93117289fd68a2abdfb1e4a0ba5.

This commit is currently causing BOLT to crash in one of our
binaries and needs a bit more checking to make sure it is safe
to land.




More information about the All-commits mailing list