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.
Paths
| Differential D53117
[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 RelRO is required.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 10 2018, 6:25 PM Closed by commit rC344295: [Driver] Default to `-z now` and `-z relro` on Android. (authored by danalbert). · Explain WhyOct 11 2018, 1:59 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 169300 lib/Driver/ToolChains/Linux.cpp
test/Driver/linux-ld.c
|