[all-commits] [llvm/llvm-project] 20204d: [BOLT] Add mold-style PLT support
maksfb via All-commits
all-commits at lists.llvm.org
Tue Oct 25 11:04:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20204db50389d9c2b7796722d69e9c94a6a37be5
https://github.com/llvm/llvm-project/commit/20204db50389d9c2b7796722d69e9c94a6a37be5
Author: Maksim Panchenko <maks at fb.com>
Date: 2022-10-25 (Tue, 25 Oct 2022)
Changed paths:
M bolt/lib/Rewrite/RewriteInstance.cpp
A bolt/test/X86/Inputs/plt-mold.yaml
A bolt/test/X86/plt-mold.test
Log Message:
-----------
[BOLT] Add mold-style PLT support
mold linker creates symbols for PLT entries and that caught BOLT by
surprise. Add the support for marked PLT entries.
Fixes: #58498
Reviewed By: yota9
Differential Revision: https://reviews.llvm.org/D136655
More information about the All-commits
mailing list