http://llvm.org/bugs/show_bug.cgi?id=11188
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #4 from Chris Lattner <[email protected]> 2011-10-20 11:27:01 CDT --- Correct. If you have a .bc file from before LLVM 2.9, just run it through LLVM 2.9's 'opt' program, then llvm 3.0 should read it. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
