[PATCH] D122694: [MC][BOLT] Add setter for AllowAtInName
Maksim Panchenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 29 17:09:43 PDT 2022
maksfb accepted this revision.
maksfb added inline comments.
This revision is now accepted and ready to land.
================
Comment at: bolt/lib/Core/BinaryContext.cpp:165
+ // BOLT creates "func at PLT" symbols for PLT entries. In function assembly dump
+ // we want to emit such name as is using @PLT to convey variant kind to the
+ // assembler. BOLT doesn't rely on the linker so we can override the default
----------------
nit
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122694/new/
https://reviews.llvm.org/D122694
More information about the llvm-commits
mailing list