This is an archive of the discontinued LLVM Phabricator instance.

[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.
If API level<16 is too old to be supported, we can clean up some code.

Diff Detail

Event Timeline

MaskRay created this revision.Nov 7 2021, 1:38 PM
MaskRay requested review of this revision.Nov 7 2021, 1:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 7 2021, 1:38 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
danalbert accepted this revision.Nov 10 2021, 10:21 PM
This revision is now accepted and ready to land.Nov 10 2021, 10:21 PM