[PATCH] D10522: Implement target independent TLS compatible with glibc's emutls.c.

Chris Bieneman beanz at apple.com
Tue Jul 14 14:15:53 PDT 2015


beanz added a comment.

I'm definitely not the right person to approve this patch, but I skimmed it anyways. I did notice one small spelling error in one of the comments I called it out inline.

Really excited to see this going in! Thanks for putting this together.


================
Comment at: docs/LangRef.rst:490
@@ -487,1 +489,3 @@
+When a target does not implement "general dynamic" model, it might
+implemet the "emulated" mode as the default.
 
----------------
s/implemet/implement/


Repository:
  rL LLVM

http://reviews.llvm.org/D10522







More information about the llvm-commits mailing list