Update the JIT exception writer to better mimic the codegen exception writer.
authorNicolas Geoffray <nicolas.geoffray@lip6.fr>
Tue, 19 Aug 2008 14:48:14 +0000 (14:48 +0000)
committerNicolas Geoffray <nicolas.geoffray@lip6.fr>
Tue, 19 Aug 2008 14:48:14 +0000 (14:48 +0000)
commit2d450ebe1857c60f382aa178d793664f895cf373
treebdfefdbc0669c1a56e4e6aba860b18de5f90eb80
parent23f35bc3aebe72a04b0fedfc32e248d0defc558f
Update the JIT exception writer to better mimic the codegen exception writer.
Also skip indirect encoding for platforms that ask for one: we direclty
write an address, not a pointer to the address.

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