[LLVMdev] Is the llvm ARM support big endian elf/obj output?

Anton Korobeynikov anton at korobeynikov.info
Mon Apr 22 23:29:32 PDT 2013


Hello

There is not support for big endian ARM at all.


On Tue, Apr 23, 2013 at 9:26 AM, gamma_chen <gamma_chen at yahoo.com.tw> wrote:

> The llvm ARM backend is little endian elf output as my examination as
> below. Is it support bid endian by other llc options as below?
>
> llc  -filetype=obj -march=arm // little endian
> llc  -filetype=obj -march=? or -otheroption=? // to output big endian
>
> Jonathan
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>


-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130423/856922e9/attachment.html>


More information about the llvm-dev mailing list