[PATCH] D129260: [BOLT][AArch64] Handle gold linker veneers
Vladislav Khmelevsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 10 05:55:14 PDT 2022
yota9 updated this revision to Diff 443497.
yota9 added a comment.
@rafauler Thanks for sanitizer logs! Although I didn't try it my self, but I've checked them and as I said it was a problem in veneer elimination pass, which was not delete the allocated binarydata struct previously. Now everything should be fine :)
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.443497.patch
Type: text/x-patch
Size: 23046 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220710/ed225ed6/attachment.bin>
More information about the llvm-commits
mailing list