Currently any API level>=16 uses default PIE.
If API level<16 is too old to be supported, we can clean up some code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D113370
[Driver] Change Linux::isPIEDefault to true for all Android versions ClosedPublic Authored by MaskRay on Nov 7 2021, 1:38 PM.
Details Summary Currently any API level>=16 uses default PIE.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 10 2021, 10:21 PM Closed by commit rGa77d1f68a002: [Driver] Change Linux::isPIEDefault to true for all Android versions (authored by MaskRay). · Explain WhyNov 11 2021, 12:12 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 386437 clang/lib/Driver/ToolChains/Linux.cpp
clang/test/Driver/android-pie.c
clang/test/Driver/fsanitize.c
clang/test/Driver/pic.c
clang/test/Driver/sanitizer-ld.c
|