Annotate JIT callback function with call frame infromation.
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 10 Dec 2007 14:54:42 +0000 (14:54 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 10 Dec 2007 14:54:42 +0000 (14:54 +0000)
commita14b6696c049a828970da3a4ffde52ae516f6f3c
tree5047d23104a89300896c1945b908f4745fe7856c
parent22ad1d72cd4e5054389c94e1c03df4564c4a466a
Annotate JIT callback function with call frame infromation.
This will allow us (theoretically) to unwind through JITer.
The code wasn't verified, so I'm pretty sure offsets are wrong :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44792 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86JITInfo.cpp