Displaying 3 results from an estimated 3 matches for "0480db03".
2012 Nov 13
2
[LLVMdev] Mips instructions using llvm?
Hi All,
Is there any way to generate MIPS instructions from C code in llvm ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121112/9c351737/attachment.html>
2012 Nov 13
0
[LLVMdev] Mips instructions using llvm?
On Mon, Nov 12, 2012 at 4:41 PM, janarbek <canarbekmatay at yahoo.com> wrote:
>
> Hi All,
>
> Is there any way to generate MIPS instructions from C code in llvm ?
"Generate MIPS instructions" is kind of vague, but something like
"clang myfile.c -S -target mips-unknown-linux" will make clang
generate MIPS assembly.
-Eli
2012 Nov 13
3
[LLVMdev] Mips instructions using llvm?
...uctions" is kind of vague, but something like
"clang myfile.c -S -target mips-unknown-linux" will make clang
generate MIPS assembly.
-Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121112/0480db03/attachment.html>