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? Suhabe
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
Seemingly Similar Threads
- [LLVMdev] Inserting a function call into bitcode
- [LLVMdev] producing a single LLVM bitcode file using the LLVM gold plugin
- [LLVMdev] Building a stable bitcode format for PNaCl - based on LLVM IR
- [LLVMdev] Inserting a function call into bitcode
- [LLVMdev] Inserting a function call into bitcode