9 Feb 01:51
Mapping bitcode to source code
Trevor Harmon <Trevor.W.Harmon <at> nasa.gov>
2010-02-09 00:51:36 GMT
2010-02-09 00:51:36 GMT
Hi, I'm looking for a way to map bitcode to the source code (C/C++) from which it was generated. For example, the Java class file format has an optional LineNumberTable attribute that maps each bytecode instruction to a source code line number: http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html#22856 Is there something analogous in the LLVM environment? Thanks, Trevor
RSS Feed