[LLVMdev] Is the llvm ARM support big endian elf/obj output?
gamma_chen
gamma_chen at yahoo.com.tw
Tue Apr 23 01:00:49 PDT 2013
All,
Thank you! I just want to know if it support big endian like Mips without modify/add source code at this point, since I am new in ARM backend.
Jonathan
--- 13/4/23 (二),Anton Korobeynikov <anton at korobeynikov.info> 寫道:
寄件者: Anton Korobeynikov <anton at korobeynikov.info>
主旨: Re: [LLVMdev] Is the llvm ARM support big endian elf/obj output?
收件者: "gamma_chen" <gamma_chen at yahoo.com.tw>
副本: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
日期: 2013年4月23日,二,下午2:29
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/9a0ae10a/attachment.html>
More information about the llvm-dev
mailing list