]> granicus.if.org Git - llvm/commit
[RTDyld] Fix a bug in RTDyldMemoryManager::deregisterEHFrames.
authorLang Hames <lhames@gmail.com>
Mon, 3 Oct 2016 17:34:56 +0000 (17:34 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 3 Oct 2016 17:34:56 +0000 (17:34 +0000)
commit420bc5679ccfb76b41a47be8a4bf05ececf0cae5
tree0e6a75c9a83447d36c86dea6988e81005b1a3f3f
parentd1ed87a667069a0f730f8a22cce226a22e6e58b3
[RTDyld] Fix a bug in RTDyldMemoryManager::deregisterEHFrames.

It should forward to deregisterEHFramesInProcess by default, not
registerEHFramesInProcess.

No test case: I haven't come up with a good way to unit test EH frame
registration yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283123 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/RTDyldMemoryManager.h