Displaying 2 results from an estimated 2 matches for "856922e9".
2013 Apr 23
0
[LLVMdev] Is the llvm ARM support big endian elf/obj output?
...du/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>
2013 Apr 23
3
[LLVMdev] Is the llvm ARM support big endian elf/obj output?
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: