Hi, Could someone tell me how does a part of the source code get translated into metadata in the LLVM IR. and what kind of code gets parsed into metadata. Thanks -- Kalyan Ponnala phone: 8163772059 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100320/cd883472/attachment.html>
On Sat, Mar 20, 2010 at 6:50 PM, kalyan ponnala <ponnala.kalyan at gmail.com> wrote:> Hi, > > Could someone tell me how does a part of the source code get translated into > metadata in the LLVM IR. > and what kind of code gets parsed into metadata.http://llvm.org/docs/SourceLevelDebugging.html may answer your question. Or building with `clang -S -emit-llvm -g` might. If not, could you be more precise? What are you trying to do?