summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/longcall.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Add support for -mlongcallHal Finkel2016-08-301-0/+26
The "long call" option forces the use of the indirect calling sequence for all calls (even those that don't really need it). GCC provides this option; This is helpful, under certain circumstances, for building very-large binaries, and some other specialized use cases. Fixes PR19098. llvm-svn: 280040
OpenPOWER on IntegriCloud