aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMRelocations.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-08-07 01:37:15 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-08-07 01:37:15 +0000
commita7b3e7c33f1ef7be844fde18dcd9e24afdc97748 (patch)
tree54471cc29467e6090779ba4e090695e967de8d37 /lib/Target/ARM/ARMRelocations.h
parent6d0e36a3c764d0fbfb4b6a9e487a6cf010e6deae (diff)
downloadexternal_llvm-a7b3e7c33f1ef7be844fde18dcd9e24afdc97748.zip
external_llvm-a7b3e7c33f1ef7be844fde18dcd9e24afdc97748.tar.gz
external_llvm-a7b3e7c33f1ef7be844fde18dcd9e24afdc97748.tar.bz2
Initial JIT support for ARM by Raul Fernandes Herbster.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40887 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMRelocations.h')
-rw-r--r--lib/Target/ARM/ARMRelocations.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMRelocations.h b/lib/Target/ARM/ARMRelocations.h
index beea52b..7e33d97 100644
--- a/lib/Target/ARM/ARMRelocations.h
+++ b/lib/Target/ARM/ARMRelocations.h
@@ -19,7 +19,11 @@
namespace llvm {
namespace ARM {
enum RelocationType {
+ reloc_arm_relative,
+ reloc_arm_absolute,
+
+ reloc_arm_branch
};
}
}