Is it safe to run the llvm-tools from mainline on bitcode from llvm-2.7? Thanks, Arushi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110503/e06836f5/attachment.html>
Yes, LLVM maintains backwards compatibility with old bitcode files. Old IR constructs are automatically updated when they are read in. Reid On Tue, May 3, 2011 at 5:07 PM, Arushi Aggarwal <arushi987 at gmail.com> wrote:> Is it safe to run the llvm-tools from mainline on bitcode from llvm-2.7? > Thanks, > Arushi > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >