Displaying 2 results from an estimated 2 matches for "globaldebug".
2009 May 29
3
[LLVMdev] debug info for global variables when optimising
...ever, it still doesn't generate debug info for global variables
when optimising. Is there any reason for this? With the attached
patch, the whole test suite passes for me with TEST=ipodbgopt.
Thanks,
Jay.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.globaldebug
Type: application/octet-stream
Size: 609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090529/daa5888f/attachment.obj>
2009 Jun 01
0
[LLVMdev] debug info for global variables when optimising
...ebug it.
TEST=ipodbgopt currently runs through -strip-debug-declare
immediately, which would hide such cases. Try it with that flag
removed and I bet you'll see some failures.
> Thanks,
> Jay.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.globaldebug
Type: application/octet-stream
Size: 609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090601/1932907d/attachment.obj>
-------------- next part --------------
> _______________________________________________
> LLVM Developers mailing list
> L...