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

陳韋任 (Wei-Ren Chen) chenwj at iis.sinica.edu.tw
Mon Apr 22 23:40:17 PDT 2013


On Tue, Apr 23, 2013 at 10:29:32AM +0400, Anton Korobeynikov wrote:
> Hello
> 
> There is not support for big endian ARM at all.

  I guess he need to change the data layout string in
ARMTargetMachine::ARMTargetMachine (ARMTargetMachine.cpp)
from "e" to "E" to get big endian output?

Regards,
chenwj

-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj




More information about the llvm-dev mailing list