[PATCH] D79864: [PowerPC] Add linker opt for PC Relative GOT indirect accesses
Stefan Pintilie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 12 05:22:12 PDT 2020
stefanp marked an inline comment as done.
stefanp added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.cpp:228
+
+ // Obtian the label symbol and if the instruction is PLDpc return immediately.
+ // The PLDpc is the first of the two instrctions that are linked together by
----------------
stefanp wrote:
> anil9 wrote:
> > nit : Obtian -> Obtaini
> I'm not sure what you want here... Did I have typo it before and have `Obaini` there?
Of course I typoed the comment. :(
Anyway, I think `Obtain` is fine.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79864/new/
https://reviews.llvm.org/D79864
More information about the llvm-commits
mailing list