I added a new file ARMAsmBackend which stubs out in similar ways to
authorJason W Kim <jason.w.kim.2009@gmail.com>
Thu, 30 Sep 2010 02:17:26 +0000 (02:17 +0000)
committerJason W Kim <jason.w.kim.2009@gmail.com>
Thu, 30 Sep 2010 02:17:26 +0000 (02:17 +0000)
commitd4d4f4f488d46a9743a0c494b42b22a1b15e0e7d
treebabfdaf1a18ef75d89bc4fe0b066d1f521fcd2c0
parenta4e97de71d7dd890eb9f705710bd094f0fa7ac49
I added a new file ARMAsmBackend which stubs out in similar ways to
the eqv X86 class.
For now, I split the ELFARMAsmBackend from the DarwinARMAsmBackend
(also mimicking X86)

Tested against -r115126

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