[LLVMdev] Bytecode Format Manual
Chris Lattner
sabre at nondot.org
Mon Oct 24 09:42:44 PDT 2005
On Mon, 24 Oct 2005, John Criswell wrote:
> 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)?
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
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-dev
mailing list