The address of a TLS var is not compile-time constant (PR13720)
This makes Clang produce an error for code such as: __thread int x; int *p = &x; The lvalue of a thread-local variable cannot be evaluated at compile time. llvm-svn: 162835
Loading
Please register or sign in to comment