[PATCH] D76162: [AIX] discard the label in the csect of function description and use qualname for linkage
Jason Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 25 09:43:35 PDT 2020
jasonliu accepted this revision.
jasonliu added a comment.
This revision is now accepted and ready to land.
There is a nit, otherwise LGTM.
================
Comment at: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp:1568
if (const Function *F = dyn_cast<Function>(CV)) {
- MCSymbolXCOFF *FSym = cast<MCSymbolXCOFF>(getSymbol(F));
- if (!FSym->hasContainingCsect()) {
MCSectionXCOFF *Csect = cast<MCSectionXCOFF>(
F->isDeclaration()
----------------
clang format this block, I don't think the spaces are aligned correctly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76162/new/
https://reviews.llvm.org/D76162
More information about the llvm-commits
mailing list