summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/ELFObjectWriter.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-12-08 01:57:09 +0000
committerBill Wendling <isanbard@gmail.com>2010-12-08 01:57:09 +0000
commit8a6449c46e0a0e6a3b6db1298006b300b773a370 (patch)
tree1ab6eeae59d1a0f9ffb2c02ce43495a1ae18ed62 /llvm/lib/MC/ELFObjectWriter.cpp
parente97ae90da0f9a298a185229748d76bdf99a40da6 (diff)
downloadbcm5719-llvm-8a6449c46e0a0e6a3b6db1298006b300b773a370.tar.gz
bcm5719-llvm-8a6449c46e0a0e6a3b6db1298006b300b773a370.zip
Add support for loading from a constant pool.
llvm-svn: 121226
Diffstat (limited to 'llvm/lib/MC/ELFObjectWriter.cpp')
-rw-r--r--llvm/lib/MC/ELFObjectWriter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/MC/ELFObjectWriter.cpp b/llvm/lib/MC/ELFObjectWriter.cpp
index b51e508ab26..c9e8074c413 100644
--- a/llvm/lib/MC/ELFObjectWriter.cpp
+++ b/llvm/lib/MC/ELFObjectWriter.cpp
@@ -1549,6 +1549,7 @@ unsigned ARMELFObjectWriter::GetRelocType(const MCValue &Target,
case ARM::fixup_arm_pcrel_10:
case ARM::fixup_arm_adr_pcrel_12:
case ARM::fixup_arm_thumb_bl:
+ case ARM::fixup_arm_thumb_cp:
assert(0 && "Unimplemented"); break;
case ARM::fixup_arm_branch:
return ELF::R_ARM_CALL; break;
OpenPOWER on IntegriCloud