Bytecode Format Manual

Dear All,

Would somebody be able to update the Bytecode Format Manual with the 28 bit bytecode version numbers for LLVM 1.4, 1.5, and 1.6 (or point me to the file which defines it so I can look it up)?

Thanks.

-- John T.

This is defined by Bytecode/Reader.cpp:BytecodeReader::ParseVersionInfo

Version #4 was for an intermediate version of LLVM between 1.3 and 1.4. Version #5 is LLVM 1.4, 1.5, and 1.6.

-Chris