]> granicus.if.org Git - clang/commit
Enable -pie and --enable-new-dtags by default on Android.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Wed, 25 Oct 2017 20:39:22 +0000 (20:39 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Wed, 25 Oct 2017 20:39:22 +0000 (20:39 +0000)
commit516d04abee63e7db72f97c5c8c269b7928245e07
treec28495b9e9e9431923dbc4cf4e56ade9a2bb7945
parent1c6ec39fd744fa88b373ec68d31a5ddb43cf932f
Enable -pie and --enable-new-dtags by default on Android.

Summary:
Also enable -no-pie on Gnu toolchain (previously available on Darwin only).

Non-PIE executables won't even start on recent Android, and DT_RPATH is ignored by the loader.

Reviewers: srhines, danalbert

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D38430

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316606 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/SanitizerArgs.cpp
lib/Driver/ToolChains/Gnu.cpp
lib/Driver/ToolChains/Linux.cpp
test/Driver/android-pie.c [new file with mode: 0644]
test/Driver/fsanitize.c
test/Driver/linux-ld.c
test/Driver/pic.c
test/Driver/sanitizer-ld.c