Support unregistering exception frames of functions when they are removed.
authorEric Christopher <echristo@apple.com>
Fri, 4 Mar 2011 23:37:39 +0000 (23:37 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 4 Mar 2011 23:37:39 +0000 (23:37 +0000)
commit515c67ee77f8d9c417efc0fe04615d269bfb70e4
treed726d694ca4f98a852095be1e4af9fcef0bdff67
parentb1939d5db6f95f18c9898861c58d2eac6456f06b
Support unregistering exception frames of functions when they are removed.

Patch by Johannes Schaub!

Fixes PR8548

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