[LLVMdev] Bytecode Change: Compaction Tables gone.

Chris Lattner sabre at nondot.org
Tue Jan 30 18:14:08 PST 2007


On Tue, 30 Jan 2007, Reid Spencer wrote:
> Last night I removed compaction tables from the bytecode format
> (documentation change forthcoming). This was done for a few reasons.

It is important to note that old LLVM cvs .bc files will not read anymore, 
so be careful about updating if you rely on .bc files.  If you have a set 
you know you want, just disassemble them to .ll files, then reassemble 
them after updating.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list