the difference of debug information descriptor between versions

Hello,

Do you know where I can find the correct metadata layout in the source code package (which file)? I found a source code that used llvm 2.5 following a slightly different metadata layout as what I read on http://llvm.org/docs/SourceLevelDebugging.html#debugger-intrinsic-functions, which should be compatible with the latest 3.6 version, so where can I check the detailed difference in each version ? e.g I’m using llvm 3.3 ?

thanks

You can find the documentation for previous versions here:
http://llvm.org/releases/

-eric

got it , thanks !