Odd additional stub framework for the ARM MC ELF emission.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 27 Sep 2010 18:31:37 +0000 (18:31 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 27 Sep 2010 18:31:37 +0000 (18:31 +0000)
commitfd9493d74e5429eab44638cd9badbad9090cd713
tree6e0fe475f9133e809c28f0552f4cbec919d35ad5
parentb814110612024a092fd884050fbab9d012b16dc7
Odd additional stub framework for the ARM MC ELF emission.
llc now recognizes the "intent" to support MC/obj emission for ARM, but
given that they are all stubs, it asserts on --filetype=obj --march=arm

Patch by Jason Kim.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114856 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMELFWriterInfo.cpp [new file with mode: 0644]
lib/Target/ARM/ARMELFWriterInfo.h [new file with mode: 0644]
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/ARMTargetMachine.h
lib/Target/ARM/CMakeLists.txt