This is an archive of the discontinued LLVM Phabricator instance.

Disable TLS for stack protector on Android API<17
ClosedPublic

Authored by eugenis on Feb 22 2017, 2:52 PM.

Details

Reviewers
danalbert
srhines
Summary

The TLS slot did not exist back then.

I'm also changing Triple::isOSGlibc to not include Android. I don't think this deserve a separate change, because no one else is using it.

Diff Detail

Repository
rL LLVM

Event Timeline

eugenis created this revision.Feb 22 2017, 2:52 PM
danalbert accepted this revision.Feb 22 2017, 2:58 PM
This revision is now accepted and ready to land.Feb 22 2017, 2:58 PM
eugenis closed this revision.Feb 23 2017, 1:23 PM

Thanks!
r296014