This is an archive of the discontinued LLVM Phabricator instance.

Fix TLS support check for Darwin 32-bit simulator targets.
ClosedPublic

Authored by vsapsai on Jan 4 2018, 5:34 PM.

Details

Summary

Also instead of checking architecture explicitly, use recently added
"simulator" environment in the triple.

rdar://problem/35083787

Diff Detail

Repository
rL LLVM

Event Timeline

vsapsai created this revision.Jan 4 2018, 5:34 PM
arphaman accepted this revision.Jan 4 2018, 6:25 PM

LGTM, thanks

This revision is now accepted and ready to land.Jan 4 2018, 6:25 PM

Thanks for prompt review.

This revision was automatically updated to reflect the committed changes.