aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ExecutionEngine/RuntimeDyld.h
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-10-16 00:14:21 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-10-16 00:14:21 +0000
commit43507d026bef31100cb0c35614bcf419029a265b (patch)
treeefd60ca4a91ebf848debd8691d136c594c5a23fe /include/llvm/ExecutionEngine/RuntimeDyld.h
parent50fd83e832b8a7361e362407555da2e9bd6085eb (diff)
downloadexternal_llvm-43507d026bef31100cb0c35614bcf419029a265b.zip
external_llvm-43507d026bef31100cb0c35614bcf419029a265b.tar.gz
external_llvm-43507d026bef31100cb0c35614bcf419029a265b.tar.bz2
Adding support for deregistering EH frames with MCJIT.
Patch by Yaron Keren git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192753 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ExecutionEngine/RuntimeDyld.h')
-rw-r--r--include/llvm/ExecutionEngine/RuntimeDyld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/ExecutionEngine/RuntimeDyld.h b/include/llvm/ExecutionEngine/RuntimeDyld.h
index a5610fb..b832438 100644
--- a/include/llvm/ExecutionEngine/RuntimeDyld.h
+++ b/include/llvm/ExecutionEngine/RuntimeDyld.h
@@ -71,6 +71,8 @@ public:
/// the actual target-specific EH frame registration.
void registerEHFrames();
+ void deregisterEHFrames();
+
StringRef getErrorString();
};