[PATCH] D122694: [MC][BOLT] Add setter for AllowAtInName

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 17:15:17 PDT 2022


efriedma added a comment.

If you look at LLVM itself, normally it refers to PLT entries using an MCSymbolRefExpr marked up with MCSymbolRefExpr::VK_PLT.  Ideally, BOLT would do the same thing... but maybe not worth the effort.  Symbols with an "@" sign shouldn't show up in practice on non-Windows targets.


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