summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2016-05-18 21:03:36 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2016-05-18 21:03:36 +0000
commite4c86d83feccd44496c956b6aa1cd9279d9f3bb7 (patch)
tree07deaa0e5cd30cb02502a2fc9f83b18dea6b637f /llvm/lib/ExecutionEngine/ExecutionEngine.cpp
parent522afdd77ee07d267c9c00e61e8d012eda3d1998 (diff)
downloadbcm5719-llvm-e4c86d83feccd44496c956b6aa1cd9279d9f3bb7.tar.gz
bcm5719-llvm-e4c86d83feccd44496c956b6aa1cd9279d9f3bb7.zip
Drop vestigial support for UseLazyBinding=false.
Lazy binding is quite important for use case like a shared build of llvm. Also, if someone wants to disable it, it is better done in the compiler (disable plt generation). The only reason to keep it is to make it easier to add a new architecture. But it doesn't really help much as it is possible to start with non lazy relocation and plt code but still let the generic part create a dedicated .got.plt and .rela.plt. llvm-svn: 269982
Diffstat (limited to 'llvm/lib/ExecutionEngine/ExecutionEngine.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud