[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)
commitcf6e83a626f6e0e86dace1536ba47dcfad2fdc17
tree026eb4135712cf8ed2298cb35341a3609409d461
parenta77fe4eef387cfe68f0e7b297be42393fd809cde
[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.

llvm-svn: 283123
llvm/include/llvm/ExecutionEngine/RTDyldMemoryManager.h