Fix the cleanup process of exception information in JIT. Now JIT
authorDuncan Sands <baldrick@free.fr>
Thu, 21 Oct 2010 08:57:29 +0000 (08:57 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 21 Oct 2010 08:57:29 +0000 (08:57 +0000)
commitb35fd448cea32da671ecd3ecaad3cc637598c6e0
tree7ffc445a977f1c5664f02ebe509dfbda9f32849e
parentba3f88100792b020f69ad1e44ec8c784407435a4
Fix the cleanup process of exception information in JIT.  Now JIT
deregisters registered by it FDE structures allowing consecutive
JIT runs to succeed.  Patch by Yuri.  Fixes PR8285.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117004 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/ExecutionEngine.h
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/JIT/JIT.cpp