Displaying 3 results from an estimated 3 matches for "example_llvm_w".
Did you mean:
example_llvm
2010 Oct 13
0
[LLVMdev] Possibility of Corruption of debug metadata
On Oct 12, 2010, at 4:28 PM, shankha <shankhabanerjee at gmail.com> wrote:
> Hi,
> If I convert global variables to thread-local variables or vice versa
> at the IR stage do I have to take care of the debug metadata.
If you provide an small concrete example then it would help,
Devang
> I looked at the IR generated and I couldn't find any difference
> between the debug
2010 Oct 12
2
[LLVMdev] Possibility of Corruption of debug metadata
Hi,
If I convert global variables to thread-local variables or vice versa
at the IR stage do I have to take care of the debug metadata.
I looked at the IR generated and I couldn't find any difference
between the debug metadata generated for global variables and
thread-local variables.
--
Thanks
Shankha
2010 Oct 13
2
[LLVMdev] Possibility of Corruption of debug metadata
...attachment was scrubbed...
Name: example_llvm.ll
Type: application/octet-stream
Size: 4203 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101013/45270142/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: example_llvm_w.ll
Type: application/octet-stream
Size: 4436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101013/45270142/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: example_llvm.c
Type: text/x-csrc
Size: 2...