search for: ilvm

Displaying 6 results from an estimated 6 matches for "ilvm".

Did you mean: ikvm
2012 Feb 23
2
[LLVMdev] Generate Executable to Mips
Hi, How can I generate executable to mips with llvm-gcc. I'm using Ilvm-2.9, X86PC and the following commands: llvm-gcc -emit-llvm hello.c -c -o hello.bc (OK) llc -march=mips hello.bc -o hello.s (OK) gcc hello.s -o hello (does not work). Thanks, -- *Rafael Parizi* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llv...
2012 Feb 24
2
[LLVMdev] Generate Executable to Mips
...m: > http://old.nabble.com/How-to-get-MIPS-from-clang-%2B-llvm---td32822926.html > > > On Thu, Feb 23, 2012 at 8:37 PM, Rafael BP <parizi.computacao at gmail.com> > wrote: >> >> Hi, >> How can I generate executable to mips with llvm-gcc. >> I'm using Ilvm-2.9, X86PC and the following commands: >> >> llvm-gcc -emit-llvm hello.c -c -o hello.bc (OK) >> llc -march=mips hello.bc  -o hello.s (OK) >> >> gcc hello.s -o hello (does not work). >> >> Thanks, >> >> -- >> Rafael Parizi >> >>...
2012 Feb 24
0
[LLVMdev] Generate Executable to Mips
...*mips* object *code* or executable (yet). from: http://old.nabble.com/How-to-get-MIPS-from-clang-%2B-llvm---td32822926.html On Thu, Feb 23, 2012 at 8:37 PM, Rafael BP <parizi.computacao at gmail.com>wrote: > Hi, > How can I generate executable to mips with llvm-gcc. > I'm using Ilvm-2.9, X86PC and the following commands: > > llvm-gcc -emit-llvm hello.c -c -o hello.bc (OK) > llc -march=mips hello.bc -o hello.s (OK) > > gcc hello.s -o hello (does not work). > > Thanks, > > -- > *Rafael Parizi* > > > > -- *Rafael Parizi* -------------...
2012 Feb 28
3
[LLVMdev] Generate Executable to Mips
...n Thu, Feb 23, 2012 at 8:37 PM, Rafael BP > <parizi.computacao at gmail.com <mailto:parizi.computacao at gmail.com>> > > wrote: > >> > >> Hi, > >> How can I generate executable to mips with llvm-gcc. > >> I'm using Ilvm-2.9, X86PC and the following commands: > >> > >> llvm-gcc -emit-llvm hello.c -c -o hello.bc (OK) > >> llc -march=mips hello.bc -o hello.s (OK) > >> > >> gcc hello.s -o hello (does not work). > >> > >> Thanks...
2012 Feb 27
0
[LLVMdev] Generate Executable to Mips
...-MIPS-from-clang-%2B-llvm---td32822926.html > > > > > > On Thu, Feb 23, 2012 at 8:37 PM, Rafael BP <parizi.computacao at gmail.com> > > wrote: > >> > >> Hi, > >> How can I generate executable to mips with llvm-gcc. > >> I'm using Ilvm-2.9, X86PC and the following commands: > >> > >> llvm-gcc -emit-llvm hello.c -c -o hello.bc (OK) > >> llc -march=mips hello.bc -o hello.s (OK) > >> > >> gcc hello.s -o hello (does not work). > >> > >> Thanks, > >> > >&gt...
2012 Feb 28
0
[LLVMdev] Generate Executable to Mips
...822926.html >> > >> > >> > On Thu, Feb 23, 2012 at 8:37 PM, Rafael BP <parizi.computacao at gmail.com> >> > wrote: >> >> >> >> Hi, >> >> How can I generate executable to mips with llvm-gcc. >> >> I'm using Ilvm-2.9, X86PC and the following commands: >> >> >> >> llvm-gcc -emit-llvm hello.c -c -o hello.bc (OK) >> >> llc -march=mips hello.bc  -o hello.s (OK) >> >> >> >> gcc hello.s -o hello (does not work). >> >> >> >> Thanks...