Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix TLS support check for Darwin 32-bit simulator targets. | Volodymyr Sapsai | 2018-01-05 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | Also instead of checking architecture explicitly, use recently added "simulator" environment in the triple. rdar://problem/35083787 Reviewers: arphaman, bob.wilson Reviewed By: arphaman Subscribers: gparker42, cfe-commits Differential Revision: https://reviews.llvm.org/D41750 llvm-svn: 321890 | ||||
* | ARM: allow __thread on OS versions that have the required runtime support. | Tim Northover | 2016-01-07 | 1 | -0/+17 |
llvm-svn: 257041 |