[PATCH] D78045: [XCOFF][AIX] Fix getSymbol to return the correct qualname when necessary
Jason Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 12:26:36 PDT 2020
jasonliu marked an inline comment as done.
jasonliu added inline comments.
================
Comment at: llvm/include/llvm/Target/TargetLoweringObjectFile.h:246
+ /// Targets that have special convention for their symbols could use
+ /// this hook to return a specialied symbol.
+ virtual MCSymbol *getTargetSymbol(const GlobalValue *GV,
----------------
specialied -> specialized.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78045/new/
https://reviews.llvm.org/D78045
More information about the llvm-commits
mailing list