summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/RecordingMemoryManager.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-05-07 20:53:59 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-05-07 20:53:59 +0000
commit9a383405a7faa52da11fe9c59bd2ff7aecbf5bfd (patch)
tree02bb45c3a5b7aaf371b196038f97d2ed4ce0c807 /llvm/tools/lli/RecordingMemoryManager.cpp
parenteaf9798d2a45b6eabc65ded63fddc2f28b858222 (diff)
downloadbcm5719-llvm-9a383405a7faa52da11fe9c59bd2ff7aecbf5bfd.tar.gz
bcm5719-llvm-9a383405a7faa52da11fe9c59bd2ff7aecbf5bfd.zip
Remove exception handling support from the old JIT.
llvm-svn: 181354
Diffstat (limited to 'llvm/tools/lli/RecordingMemoryManager.cpp')
-rw-r--r--llvm/tools/lli/RecordingMemoryManager.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/tools/lli/RecordingMemoryManager.cpp b/llvm/tools/lli/RecordingMemoryManager.cpp
index e4d992d3d43..1fa817640a2 100644
--- a/llvm/tools/lli/RecordingMemoryManager.cpp
+++ b/llvm/tools/lli/RecordingMemoryManager.cpp
@@ -98,17 +98,6 @@ uint8_t *RecordingMemoryManager::allocateGlobal(uintptr_t Size, unsigned Alignme
void RecordingMemoryManager::deallocateFunctionBody(void *Body) {
llvm_unreachable("Unexpected!");
}
-uint8_t* RecordingMemoryManager::startExceptionTable(const Function* F, uintptr_t &ActualSize) {
- llvm_unreachable("Unexpected!");
- return 0;
-}
-void RecordingMemoryManager::endExceptionTable(const Function *F, uint8_t *TableStart,
- uint8_t *TableEnd, uint8_t* FrameRegister) {
- llvm_unreachable("Unexpected!");
-}
-void RecordingMemoryManager::deallocateExceptionTable(void *ET) {
- llvm_unreachable("Unexpected!");
-}
static int jit_noop() {
return 0;
OpenPOWER on IntegriCloud