[LLVMdev] Help with Metadata

Jeffrey Yasskin jyasskin at google.com
Sat Mar 20 22:06:17 PDT 2010


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?



More information about the llvm-dev mailing list