summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitf7c6effc44d6843ed2ed6d1a08a88c050486d752 (patch)
tree45894dcd0614e46facf2b34779d2e83ed93f0418 /llvm/lib/Target/ARM/ARMRelocations.h
parent57c6ac5fe59fdf049603a2c80d4129a6b5b49ec4 (diff)
downloadbcm5719-llvm-f7c6effc44d6843ed2ed6d1a08a88c050486d752.tar.gz
bcm5719-llvm-f7c6effc44d6843ed2ed6d1a08a88c050486d752.zip
Initial JIT support for ARM by Raul Fernandes Herbster.
llvm-svn: 40887
Diffstat (limited to 'llvm/lib/Target/ARM/ARMRelocations.h')
-rw-r--r--llvm/lib/Target/ARM/ARMRelocations.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMRelocations.h b/llvm/lib/Target/ARM/ARMRelocations.h
index beea52b671a..7e33d972f86 100644
--- a/llvm/lib/Target/ARM/ARMRelocations.h
+++ b/llvm/lib/Target/ARM/ARMRelocations.h
@@ -19,7 +19,11 @@
namespace llvm {
namespace ARM {
enum RelocationType {
+ reloc_arm_relative,
+ reloc_arm_absolute,
+
+ reloc_arm_branch
};
}
}
OpenPOWER on IntegriCloud