[LLVMdev] Assembly Mips from bitecode llvm
Anton Korobeynikov
anton at korobeynikov.info
Tue Mar 6 10:55:05 PST 2012
> llvm-gcc (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2.9)
> Copyright (C) 2007 Free Software Foundation, Inc.
Here I assume that your llvm-gcc is for x86-64-linux, since there was
no MIPS release.
So, you're feeding x86-oriented IR to MIPS backend. This won't work,
you will need to provide MIPS-aware IR.
Also, in 2.9 the MIPS was definitely not so mature. Hopefully MIPS
folks can comment on this.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-dev
mailing list