[LLVMbugs] [Bug 941] NEW: please support TLS

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Oct 8 16:32:19 PDT 2006


http://llvm.org/bugs/show_bug.cgi?id=941

           Summary: please support TLS
           Product: tools
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: llvm-gcc
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: nicholas at mxc.ca


LLVM-GCC doesn't yet support thread-local storage. Given the one-line program
"__thread int x;", llvm-gcc emits this error:
  tls.c:1: sorry, unimplemented: thread-local data not supported by LLVM yet!

The extension is described in the GCC manual here:
http://gcc.gnu.org/onlinedocs/gcc/Thread_002dLocal.html



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list