| commit | e4dd75a9cb074208ee4085771956e726e5e9533e | [log] [tgz] |
|---|---|---|
| author | Dan Albert <danalbert@google.com> | Thu Oct 11 20:57:54 2018 +0000 |
| committer | Dan Albert <danalbert@google.com> | Thu Oct 11 20:57:54 2018 +0000 |
| tree | 3dff922a0cd551e3834bbed5f229a1f8e1728d81 | |
| parent | 2600e0946b79626de11f2b63d83c6bb110b60d4f [diff] |
[Driver] Default to `-z now` and `-z relro` on Android. 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. Reviewers: srhines, pirama Reviewed By: srhines Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D53117 llvm-svn: 344295