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. -- John T. Criswell Research Programmer University of Illinois at Urbana-Champaign "It's today!" said Piglet. "My favorite day," said Pooh.
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/