[PATCH] D136655: [BOLT] Add mold-style PLT support
Vladislav Khmelevsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 24 22:03:24 PDT 2022
yota9 accepted this revision.
yota9 added a comment.
This revision is now accepted and ready to land.
LGTM thanks!
================
Comment at: bolt/test/X86/plt-mold.test:6
+## The only call instruction in main() should be a call to printf() in PLT.
+CHECK: callq "printf$plt
----------------
May I ask why it is "printf$plt and not printf at PLT? Is there a typo?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136655/new/
https://reviews.llvm.org/D136655
More information about the llvm-commits
mailing list