[PATCH] D83252: [XCOFF] Enable symbol alias for AIX
Digger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 10:55:43 PDT 2020
DiggerLin added inline comments.
================
Comment at: llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp:2152
MCSymbol *TargetLoweringObjectFileXCOFF::getFunctionEntryPointSymbol(
- const Function *F, const TargetMachine &TM) const {
+ const GlobalValue *Function, const TargetMachine &TM) const {
SmallString<128> NameStr;
----------------
I saw that you change the const GlobalValue *Function to
const GlobalValue *Func, in the patch https://reviews.llvm.org/D83875 why not change in the patch here directly ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83252/new/
https://reviews.llvm.org/D83252
More information about the llvm-commits
mailing list