OSDN Git Service

Incremental big endian patch by Jack Carter.
authorAkira Hatanaka <ahatanaka@mips.com>
Wed, 21 Mar 2012 00:52:01 +0000 (00:52 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Wed, 21 Mar 2012 00:52:01 +0000 (00:52 +0000)
commitfb54afbcb8f460c5c4cafa605259ba0dd77504dc
tree9f66dcb3d6e76c8410bc21deb2df4d5edc8b7966
parentb7febfbafae97bce00bd239d34e91b9997a5338d
Incremental big endian patch by Jack Carter.

These changes allow us to compile big endian from the command line for 32 bit
Mips targets. This patch will result in code and data actually being produced
in the correct endianess.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153153 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
test/MC/Mips/elf-bigendian.ll [new file with mode: 0644]