[x32] Add AsmBackend for X32 which uses ELF32 with x86_64 (the author is Pavel Chupin).
authorZinovy Nis <zinovy.nis@gmail.com>
Thu, 10 Jul 2014 13:03:26 +0000 (13:03 +0000)
committerZinovy Nis <zinovy.nis@gmail.com>
Thu, 10 Jul 2014 13:03:26 +0000 (13:03 +0000)
commita2bc40371007da34a230227b250effc27a72d7a5
tree50b3e7abaa1462a546f506a0d7166078635ee868
parentcdbdfa28d12a190b01e13dadf41e9bf8c7cdb26a
[x32] Add AsmBackend for X32 which uses ELF32 with x86_64 (the author is Pavel Chupin).

This is minimal change for backend required to have "hello world" compiled and working on x32 target (x86_64-linux-gnux32). More patches for x32 will follow.

Differential Revision: http://reviews.llvm.org/D4181

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212716 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp