[LLVMdev] LLVM compile with -emit-llvm

Anton Korobeynikov anton at korobeynikov.info
Thu Feb 26 13:15:24 PST 2009


> ld warning: in /var/tmp//cc7JazVe.o, file is not of required architecture
That's perfectly correct. .o file contains LLVM IR in this case. Linker
has no information how to deal with this sort of stuff.

I'm not quite sure understand, what you're trying to do here and/or what
are your problems. Maybe it will be better if you describe what your
doing and what you want to achieve.

-- 
With best regards, Anton Korobeynikov.

Faculty of Mathematics & Mechanics, Saint Petersburg State University.




More information about the llvm-dev mailing list