[all-commits] [llvm/llvm-project] a77d1f: [Driver] Change Linux::isPIEDefault to true for al...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Nov 11 00:12:19 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a77d1f68a0020089378a8f8ef347a48e015ab641
https://github.com/llvm/llvm-project/commit/a77d1f68a0020089378a8f8ef347a48e015ab641
Author: Fangrui Song <i at maskray.me>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M clang/lib/Driver/ToolChains/Linux.cpp
M clang/test/Driver/android-pie.c
M clang/test/Driver/fsanitize.c
M clang/test/Driver/pic.c
M clang/test/Driver/sanitizer-ld.c
Log Message:
-----------
[Driver] Change Linux::isPIEDefault to true for all Android versions
Currently any API level>=16 uses default PIE.
If API level<16 is too old to be supported, we can clean up some code.
Reviewed By: danalbert
Differential Revision: https://reviews.llvm.org/D113370
More information about the All-commits
mailing list