OSDN Git Service

Fix PR4865. This syncs up the JIT's DWARF emitter with what's in the
authorBill Wendling <isanbard@gmail.com>
Wed, 9 Sep 2009 00:11:02 +0000 (00:11 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 9 Sep 2009 00:11:02 +0000 (00:11 +0000)
commit9d48b555e24842c9a180e22511a39bfe62dfd5bd
treeff5b32fa1598194a220097adef0811810e27a67f
parent88e975829873ed3bcf072242b2b69613ef08158e
Fix PR4865. This syncs up the JIT's DWARF emitter with what's in the
'DwarfException.cpp' file, which changed how CIEs were emitted, the sizes of
some fields, etc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81295 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
test/ExecutionEngine/jit-eh-x86-64.ll [new file with mode: 0644]