This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Use --warn-shared-textrel for Android.
ClosedPublic

Authored by danalbert on Oct 16 2018, 3:32 PM.

Details

Summary

Android does not allow shared text relocations. Enable the linker
warning to detect them by default.

Diff Detail

Repository
rC Clang

Event Timeline

danalbert created this revision.Oct 16 2018, 3:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2019, 10:35 AM
srhines accepted this revision.Mar 29 2019, 11:03 AM
This revision is now accepted and ready to land.Mar 29 2019, 11:03 AM
This revision was automatically updated to reflect the committed changes.