Add support for JIT exceptions on Darwin. Since we're dealing with libgcc,
authorNicolas Geoffray <nicolas.geoffray@lip6.fr>
Thu, 28 Aug 2008 22:34:49 +0000 (22:34 +0000)
committerNicolas Geoffray <nicolas.geoffray@lip6.fr>
Thu, 28 Aug 2008 22:34:49 +0000 (22:34 +0000)
commitd046fc61ac28f65b209185a12a5e83716941d59b
tree6f4c5877ccf0cba69cb4ee4e004e0f06a516596f
parent5039a6f4f52238c1a0f9f589296ba5afd125bc5f
Add support for JIT exceptions on Darwin. Since we're dealing with libgcc,
whose darwin code was written after the ability to dynamically register frames,
we need to do special hacks to make things work.

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