summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-05-03 14:15:35 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-05-03 14:15:35 +0000
commit6fc2ad62e23673ef829c9c4bbf62743d30928a5b (patch)
tree5d02f72b50273a8b69b172ca35b9e9db79e203d2 /lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
parent3ea50a69d75a541624a04ce957cc9eef3de639fc (diff)
downloadllvm-6fc2ad62e23673ef829c9c4bbf62743d30928a5b.tar.gz
llvm-6fc2ad62e23673ef829c9c4bbf62743d30928a5b.tar.bz2
llvm-6fc2ad62e23673ef829c9c4bbf62743d30928a5b.tar.xz
[SystemZ] Add MCJIT support
Another step towards reinstating the SystemZ backend. I'll commit the configure changes separately (TARGET_HAS_JIT etc.), then commit a patch to enable the MCJIT tests on SystemZ. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181015 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h')
-rw-r--r--lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h b/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
index 102b1c6b59..12e3122b4c 100644
--- a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
+++ b/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
@@ -67,6 +67,11 @@ class RuntimeDyldELF : public RuntimeDyldImpl {
uint32_t Type,
int64_t Addend);
+ void resolveSystemZRelocation(const SectionEntry &Section,
+ uint64_t Offset,
+ uint64_t Value,
+ uint32_t Type,
+ int64_t Addend);
uint64_t findPPC64TOC() const;
void findOPDEntrySection(ObjectImage &Obj,