[PATCH] D10524: Clang/driver: emulated TLS mode.

Chih-Hung Hsieh chh at google.com
Tue Jul 14 17:22:59 PDT 2015


chh added a comment.

So in IR, a global variable can have string attributes like

  thread_local emulated-tls
  thread_local(localdynamic) emulated-tls
  thread_local(initialexec) emulated-tls
  thread_local(localexec) emulated-tls

I can give it a try.
Not sure yet if that will have shorter or longer patch.


http://reviews.llvm.org/D10524







More information about the llvm-commits mailing list