search for: typetl

Displaying 2 results from an estimated 2 matches for "typetl".

Did you mean: typet2
2010 Nov 11
2
[LLVMdev] problem with __thread on linux/x86_64
On 11 November 2010 12:49, Jay Foad <jay.foad at gmail.com> wrote: > Delving a bit deeper, the difference seems to be that symbol "i" in > the assembler source: > >        .type   i, at object               # @i >        .section        .tdata,"awT", at progbits >        .globl  i >        .align  4 > i: >        .long   7                      
2010 Nov 11
0
[LLVMdev] problem with __thread on linux/x86_64
...TLS symbol > anyway, because it is mentioned in TLS-related relocations. I still think clang's assembler needs to do something like this, if it wants to be able to assembler .s files generated by GCC. Jay. -------------- next part -------------- A non-text attachment was scrubbed... Name: typetls.diff Type: text/x-patch Size: 919 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101111/5e7e579d/attachment.bin>