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

Vladislav Khmelevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 10 09:33:21 PDT 2022


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

@rafauler I've decided to go with isPseudo() for veneers, I don't think that the pass is an appropriate place to remove functions/symbols. + A bit of code refactoring in pass :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129260

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: D129260.443513.patch
Type: text/x-patch
Size: 25735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220710/2cedef04/attachment.bin>


More information about the llvm-commits mailing list