[PATCH] D136655: [BOLT] Add mold-style PLT support
Maksim Panchenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 24 18:35:04 PDT 2022
maksfb created this revision.
maksfb added reviewers: yota9, Amir, ayermolo, rafauler, yavtuk, treapster.
Herald added a project: All.
maksfb requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
mold linker creates symbols for PLT entries and that caught BOLT by
surprise. Add the support for marked PLT entries.
Fixes: #58498
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D136655
Files:
bolt/lib/Rewrite/RewriteInstance.cpp
bolt/test/X86/Inputs/plt-mold.yaml
bolt/test/X86/plt-mold.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136655.470349.patch
Type: text/x-patch
Size: 15627 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221025/8faea9e0/attachment.bin>
More information about the llvm-commits
mailing list