This revision was automatically updated to reflect the committed changes.
Closed by commit rL321890: Fix TLS support check for Darwin 32-bit simulator
targets. (authored by vsapsai, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D41750?vs=128696&id=128783#toc
Repository:
r
vsapsai added a comment.
Thanks for prompt review.
https://reviews.llvm.org/D41750
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
arphaman accepted this revision.
arphaman added a comment.
This revision is now accepted and ready to land.
LGTM, thanks
https://reviews.llvm.org/D41750
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/li
vsapsai created this revision.
vsapsai added reviewers: arphaman, bob.wilson.
Also instead of checking architecture explicitly, use recently added
"simulator" environment in the triple.
rdar://problem/35083787
https://reviews.llvm.org/D41750
Files:
clang/lib/Basic/Targets/OSTargets.h
clang