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
commit0ff94f7fcc95112331ee0f4f3d31c90acb9f2952 (patch)
tree54471cc29467e6090779ba4e090695e967de8d37 /lib/Target/ARM/ARMRelocations.h
parenta996d52e3767fb560774dfd8bc911c927ed5ca9f (diff)
downloadexternal_llvm-0ff94f7fcc95112331ee0f4f3d31c90acb9f2952.tar.gz
external_llvm-0ff94f7fcc95112331ee0f4f3d31c90acb9f2952.tar.bz2
external_llvm-0ff94f7fcc95112331ee0f4f3d31c90acb9f2952.zip
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 beea52b671..7e33d972f8 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
};
}
}