Implement support for JIT exceptions on X86_64. Relative offsets are
authorNicolas Geoffray <nicolas.geoffray@lip6.fr>
Tue, 18 Nov 2008 10:44:46 +0000 (10:44 +0000)
committerNicolas Geoffray <nicolas.geoffray@lip6.fr>
Tue, 18 Nov 2008 10:44:46 +0000 (10:44 +0000)
commit67c8c4cababc846aab461910a50fd373b35b11aa
tree11723ba0467818d7d1b9d5cee8b41da403e79418
parent130fea2ca0ea21286fbdfd22a977b723e4242f3a
Implement support for JIT exceptions on X86_64. Relative offsets are
encoded on 32 bytes, and the personality function is not encoded as
relative.

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