[LLVMdev] instruction names

Óscar Fuentes ofv at wanadoo.es
Wed Sep 8 20:48:42 PDT 2010


"Ryan M. Lefever" <lefever at illinois.edu> writes:

> Thank you.  That is exactly what I want.  Is there any more detailed
> documentation on how to use metadata?

I guess that clang is using metadata for debug info so looking at its
code can be useful. And there is this document explaining how LLVM
implements debug information:

http://llvm.org/docs/SourceLevelDebugging.html

If that is not enough, you'll better ask on the mailing list.




More information about the llvm-dev mailing list