summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-03-03 18:24:57 +0000
committerDan Albert <danalbert@google.com>2015-03-03 18:24:57 +0000
commit77214a4498508a92b906494caad65e85d16295c3 (patch)
treef08d62ae5e55d6be0b0d960960bf0e4b56327148 /clang/lib/Basic/Targets.cpp
parent675cffcb91353b00bcc23f15e879925f6a0e1db3 (diff)
downloadbcm5719-llvm-77214a4498508a92b906494caad65e85d16295c3.tar.gz
bcm5719-llvm-77214a4498508a92b906494caad65e85d16295c3.zip
Don't force -pie for Android.
Summary: There is no -no-pie flag that can override this, so making it default to being on for Android means it is no longer possible to create non-PIE executables on Android. While current versions of Android support (and the most recent requires) PIE, ICS and earlier versions of Android cannot run PIE executables, so this needs to be optional. Reviewers: srhines Reviewed By: srhines Subscribers: thakis, volkalexey, cfe-commits Differential Revision: http://reviews.llvm.org/D8015 llvm-svn: 231091
Diffstat (limited to 'clang/lib/Basic/Targets.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud