[LLVMdev] "deserialize primitive type 16 (vers=0, pos=15)" with Visual Studio

Chris Lattner sabre at nondot.org
Wed Mar 28 15:01:22 PDT 2007


On Wed, 28 Mar 2007, Jeff Cohen wrote:
>> Hmmmm... Is there any body having been exposed to this?
>
> Assuming that you are using the same version of LLVM on both Windows and
> Unix, the most likely explanation is that you transfered the file
> hello.bc as a text file instead of a binary file.

It is also possible that your CFE doesn't match your LLVM tree.  They are 
version locked.  If you have the 1.9 LLVM tree you must use LLVM 1.9 
llvm-gcc.  If you have LLVM CVS,  you must use llvm-gcc svn.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list