summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-01-06 00:15:00 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-01-06 00:15:00 +0000
commit733d01ed4519ac74aac3d6e5361141a6770cff3b (patch)
treecef4519ae093fa4017f3122f94267e967ff0a803 /lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h
parent0dc0e22ada07979053a6f6a2237557e6b6b7ec84 (diff)
downloadllvm-733d01ed4519ac74aac3d6e5361141a6770cff3b.tar.gz
llvm-733d01ed4519ac74aac3d6e5361141a6770cff3b.tar.bz2
llvm-733d01ed4519ac74aac3d6e5361141a6770cff3b.tar.xz
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
Diffstat (limited to 'lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h')
-rw-r--r--lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h b/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h
index ac67c6efab..a824ef398f 100644
--- a/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h
+++ b/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h
@@ -15,10 +15,9 @@
#ifndef ARM_UNWIND_OP_ASM_H
#define ARM_UNWIND_OP_ASM_H
-#include "ARMUnwindOp.h"
-
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
+#include "llvm/Support/ARMEHABI.h"
#include "llvm/Support/DataTypes.h"
namespace llvm {