This is now supported for ARM, AArch64, PowerPC, SystemZ, SPARC. Patches
for X86 and Mips are in review.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Updated version: changed triple in a test to linux - ios doesn't support TLS, so __builtin_thread_pointer now rightly fails.
Comment Actions
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).