[PATCH] D62532: [AIX] Implement function descriptor on SDAG
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 5 19:50:00 PDT 2019
hubert.reinterpretcast added a comment.
Thanks Xiangling. Just a further minor comment.
================
Comment at: llvm/lib/CodeGen/LLVMTargetMachine.cpp:206
+ // On AIX , we replace GlobalAddressSDNode with MCSymbolSDNode in SDAG for
+ // the calle of a direct function call. And to create the MCSymbolXCOFF
+ // contained in the MCSymbolSDNode, we always lower target object file for
----------------
Typo: "calle".
s/And to/To/;
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62532/new/
https://reviews.llvm.org/D62532
More information about the llvm-commits
mailing list