Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version of
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 13 Jun 2012 13:30:24 +0000 (13:30 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 13 Jun 2012 13:30:24 +0000 (13:30 +0000)
commit4f81768d448f909f503885520928b1723f0388a3
treed180c23bbb59fe0660f11f7e8cb58d32628be169
parentd34491f6751ae2f8daf3e857c84bcb5b06fba889
Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version of
gold to work. Since the enum value LDPO_PIE has just been added to plugin-api.h,
use a numeric constant for now so that we don't require an unreleased
version of gold to build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158402 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gold/gold-plugin.cpp