[PATCH] D19589: [clang] [Builtin] Make __builtin_thread_pointer target-independent.
Marcin KoĆcielnicki via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 27 10:05:49 PDT 2016
koriakin added a comment.
In http://reviews.llvm.org/D19589#413924, @rjmccall wrote:
> Why the random triple change on the test?
>
> Otherwise LGTM.
See the comment above - arm64-apple-ios doesn't support TLS, so __builtin_thread_pointer is meaningless (it compiled before, but would result in an error now due to the isTLSSupported check).
Repository:
rL LLVM
http://reviews.llvm.org/D19589
More information about the cfe-commits
mailing list