[all-commits] [llvm/llvm-project] 81883c: [PowerPC] Add option to control PCRel GOT indirect...
stefanp-ibm via All-commits
all-commits at lists.llvm.org
Mon Aug 10 07:07:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 81883ca074556f9598a8a2f43ccfb81489baeb78
https://github.com/llvm/llvm-project/commit/81883ca074556f9598a8a2f43ccfb81489baeb78
Author: Stefan Pintilie <stefanp at ca.ibm.com>
Date: 2020-08-10 (Mon, 10 Aug 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCPreEmitPeephole.cpp
A llvm/test/CodeGen/PowerPC/pcrel-linkeropt-option.ll
Log Message:
-----------
[PowerPC] Add option to control PCRel GOT indirect linker optimization
Add a hidden option to the compiler to control a the PC Relative GOT indirect
linker optimization.
If this option is set to false the compiler will no loger produce the
relocations required by the linker to perform the optimization.
Reviewed By: nemanjai, NeHuang, #powerpc
Differential Revision: https://reviews.llvm.org/D85377
More information about the All-commits
mailing list