[LLVMdev] bitcode file format

Eli Friedman eli.friedman at gmail.com
Thu Aug 27 19:34:54 PDT 2009


On Thu, Aug 27, 2009 at 6:55 PM, Suhabe Bugrara<suhabe at stanford.edu> wrote:
> Hi all,
>
> Has the bitcode file format changed between 2.3 and 2.6? That is,
> could I have LLVM 2.6 read a bit code file written using LLVM 2.3?

LLVM 2.6 should be able to read a bitcode file written by LLVM 2.3.
LLVM 2.3 won't be able to read a bitcode file written by 2.6.

-Eli



More information about the llvm-dev mailing list