search for: 93d75f02

Displaying 2 results from an estimated 2 matches for "93d75f02".

2012 Aug 17
1
[LLVMdev] Generate data16 assembly instruction for TLS with PIC
Hi all, System: x86-64 ubuntu 11.04 LLVM: 3.0 gcc: 4.5.2 I declare a thread_local global variable and access it in a function in llvm IR. for example, @my_value = linkonce thread_local global %dummy* null define void @test1() { entry: %load_my_value = load %dummy** @my_value .... } After that, I use the following command: bash$ llc -relocation-model=pic test.ll And I have test.s
2012 Dec 17
0
[LLVMdev] LLVMdev Digest, Vol 98, Issue 33
...truction, but I wonder why > > gcc report warning. Is it a LLVM's bug? > > Thanks for your time in advance :D > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.cs.uiuc.edu/pipermail/llvmdev/attachments/20120817/93d75f02/attachment-0001.html > > ------------------------------ > > _______________________________________________ > LLVMdev mailing list > LLVMdev at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > End of LLVMdev Digest, Vol 98, Issue 33 > **********...