ARM: move ARMUnwindOp.h into Support
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 6 Jan 2014 00:15:00 +0000 (00:15 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 6 Jan 2014 00:15:00 +0000 (00:15 +0000)
commit733d01ed4519ac74aac3d6e5361141a6770cff3b
treecef4519ae093fa4017f3122f94267e967ff0a803
parent0dc0e22ada07979053a6f6a2237557e6b6b7ec84
ARM: move ARMUnwindOp.h into Support

Move the ARM EHABI unwind opcode definitions from the ARM MCTargetDesc into LLVM
Support.  This enables sharing of the definitions across the ARM target code as
well as llvm-readobj.  This will allow implementation of the unwind decoding in
llvm-readobj.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198576 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ARMEHABI.h [new file with mode: 0644]
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
lib/Target/ARM/MCTargetDesc/ARMUnwindOp.h [deleted file]
lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp
lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h