[PATCH] D128082: [BOLT][AArch64][RFC] Handle gold linker veneers
Vladislav Khmelevsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 17 11:48:00 PDT 2022
yota9 created this revision.
Herald added subscribers: ayermolo, kristof.beyls.
Herald added a reviewer: alexander-shaposhnikov.
Herald added a reviewer: rafauler.
Herald added a reviewer: Amir.
Herald added a reviewer: maksfb.
Herald added a project: All.
yota9 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The gold linker veneers are written between functions without symbols,
so we to handle it specially in BOLT.
Vladislav Khmelevsky,
Advanced Software Technology Lab, Huawei
Repository:
rG LLVM Github Monorepo
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/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.437993.patch
Type: text/x-patch
Size: 20356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220617/cd0ab6c6/attachment.bin>
More information about the llvm-commits
mailing list