This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Default to `-z now` and `-z relro` on Android.
ClosedPublic

Authored by danalbert on Oct 10 2018, 5:19 PM.

Details

Summary

RTLD_LAZY is not supported on Android (though failing to use -z now
will work since it is assumed by the loader).

RelRO is required.

Diff Detail

Event Timeline

danalbert created this revision.Oct 10 2018, 5:19 PM
srhines accepted this revision.Oct 10 2018, 6:25 PM
This revision is now accepted and ready to land.Oct 10 2018, 6:25 PM
This revision was automatically updated to reflect the committed changes.