"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "bff18d5649ccf20d58453396b2cc8d8178a0eb5a"
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