[LLVMbugs] [Bug 11188] .bc file that loads with llvm 2.9 refuses to load with llvm 3.0 , Unknown instruction

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Oct 20 09:27:02 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=11188

Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #4 from Chris Lattner <clattner at apple.com> 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.



More information about the llvm-bugs mailing list