summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMRelocations.h
diff options
context:
space:
mode:
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