Displaying 3 results from an estimated 3 matches for "0cfd1e0f".
2011 Dec 16
2
[LLVMdev] Checking validity of metadata in an .ll file
Hi all,
I was wondering if there is a way to check that metadata emitted in an LLVM
file are corrects with respect to debug informations.
My problem is that I emit 'metadata' in an .ll file and then using 'llc'
there is no debug information emitted in final assembly.
For now I limit metadata to routines/subprogram/file/block descriptors, is
this the problem ?
Thanks for your help
2011 Dec 16
0
[LLVMdev] Checking validity of metadata in an .ll file
On Dec 16, 2011, at 8:05 AM, Seb wrote:
> Hi all,
>
> I was wondering if there is a way to check that metadata emitted in an LLVM file are corrects with respect to debug informations.
Right now there is no such check. In fact, 'llc' is trained to silently ignore malformed debug information, because 'opt' is not held reliable to maintain debug info. That said, it would
2012 Jan 02
1
[LLVMdev] Checking validity of metadata in an .ll file
...at said, it would be valuable to write such
verification pass."
Does this means that after opt metadata are not reliable at all ?
Best Regards
Seb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120102/0cfd1e0f/attachment.html>