[PATCH] D34245: [PowerPC] Refine the checking for emiting TOC restore nops and Tail-Call eligibility.
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 17:05:37 PDT 2017
hfinkel added inline comments.
================
Comment at: lib/Target/PowerPC/PPCISelLowering.cpp:4273
+ // large TOC to provide all data addressing needs of a module with a
+ // single TOC. Both gold and ld.bfd (since binutils-2.24) will issue a
+ // relocation overflow error when trying to reach more than 2G from the
----------------
What happened before binutils 2.24? 2.24 is only about 3.5 years old.
Repository:
rL LLVM
https://reviews.llvm.org/D34245
More information about the llvm-commits
mailing list