[PATCH] D128082: [BOLT][AArch64] Handle gold linker veneers

Vladislav Khmelevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 10:56:12 PDT 2022


yota9 updated this revision to Diff 439464.
yota9 added a comment.

Run veneer ellimination pass before instrumentation.
We would like to remove veneers asap and before instrumentation pass, since we want to record call to the real function, not it's veneer.
@maksfb @rafauler gentle ping


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128082/new/

https://reviews.llvm.org/D128082

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128082.439464.patch
Type: text/x-patch
Size: 22045 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220623/2ed781ea/attachment.bin>


More information about the llvm-commits mailing list